You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the Python SDK to dump an "Importer" to a YAML file, the type should be "file.csv"
Current Behavior
Using the dump method results in the importer's type being saved as "file", which fails validation when using the YAML file for importing from the CLI.
Expected Behavior
When using the Python SDK to dump an "Importer" to a YAML file, the type should be "file.csv"
Current Behavior
Using the dump method results in the importer's type being saved as "file", which fails validation when using the YAML file for importing from the CLI.
Steps to reproduce
Follow the current Quickstart here
Dump the importer after it is defined.
Specifications
Possible Solution
This default probably needs to be changed:
https://github.com/gojek/feast/blob/master/sdk/python/feast/sdk/importer.py#L121
The text was updated successfully, but these errors were encountered: