-
Notifications
You must be signed in to change notification settings - Fork 910
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new catalog CLI commands for dataset factories #2603
Labels
Milestone
Comments
merelcht
added
the
Issue: Feature Request
New feature or improvement to existing feature
label
May 22, 2023
merelcht
changed the title
Decide what new catalog CLI command to add for dataset factories
Add new catalog CLI commands for dataset factories
May 23, 2023
CURRENT
EXPECTED
CURRENT france_companies:
type: MemoryDataset
germany_companies:
type: MemoryDataset
switzerland_companies:
type: MemoryDataset EXPECTED france_companies:
filepath: data/01_raw/france_companies.csv
type: pandas.CSVDataSet
germany_companies:
filepath: data/01_raw/germany_companies.csv
type: pandas.CSVDataSet
switzerland_companies:
filepath: data/01_raw/switzerland_companies.csv
type: pandas.CSVDataSet
|
This was referenced Jul 12, 2023
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Description
Part of #2423
We should decide what new catalog CLI commands to add to support the dataset factories syntax:
Context
These CLI commands are mainly to make it clear for users how exactly the dataset factories work and match the catalog entries.
The text was updated successfully, but these errors were encountered: