Skip to content

Conversation

@johnnygreco
Copy link
Contributor

No description provided.

@johnnygreco johnnygreco requested a review from mikeknep November 24, 2025 16:37
return fetch_seed_dataset_column_names_from_local_file(seed_dataset_reference.dataset)


def fetch_seed_dataset_column_names_from_datastore(
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

made these public because we should use them directly for testsing

with fs.open(f"datasets/{repo_id}/{filename}") as f:
return get_file_column_names(f, file_type)

def _extract_single_file_path_from_glob_pattern_if_present(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could be public too so we can more easily and directly test code paths?

@johnnygreco johnnygreco merged commit 2e9e4ff into main Nov 24, 2025
13 checks passed
@nabinchha nabinchha deleted the johnny/fix/bug-when-getting-column-names-from-datastore branch December 9, 2025 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants