Skip to content
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 some model to reduce complexity for most used source and sink #89

Open
giucris opened this issue Dec 9, 2022 · 0 comments
Open

Comments

@giucris
Copy link
Owner

giucris commented Dec 9, 2022

Describe the solution you'd like
In some cases it could be annoying to write the full format configuration for the most common source and sink.
It could be useful to have some facility

For example:

...
    - id: my_csv      
      source:           
        format: csv   
        options:       
          header: 'true'
          path: path/to/input/csv/

It could be done in the following way:

...
    - id: my_csv      
      source:           
        csv: path/to/input/csv/
        options:       
          header: 'true' 
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

No branches or pull requests

1 participant