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

[Question] - Plans to define a DAG to capture the ETL process #420

Open
goutamvenkatCatalan opened this issue Mar 8, 2023 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@goutamvenkatCatalan
Copy link

Preferably I'm looking for a tool similar to Dagster, Prefect, or Airflow, which are popular tools in the python ecosystem that allow users to express data pipelines in the form of DAGs and have them be recurring, containerizable etc. Are there plans to expose that sort of functionality in this project? Thanks.

@paillave
Copy link
Owner

paillave commented Mar 9, 2023

I am afraid I'm not really sure what you are talking about as I'm not familiar with tool mentioned.

For now, you can get the estiamted execution plan (the directed acyclic graph in shape of a sankey graph) like described here: https://paillave.github.io/Etl.Net/docs/tutorials/trackAndCheck#get-the-estimated-execution-plan

If you want to build an ETL using a visual tool, you will find an answer here: https://paillave.github.io/Etl.Net/docs/intro#visual-designer

There is also the possibility to transmit a script to... something, but this "something" is not implemented yet.
In a company, we built a system that permits to have a CSX script as a parameter that is handled by roslyn.
It is not impossible that such a thing might be opensourced some day; but it is not on the road map at the very moment.

@paillave paillave self-assigned this Mar 9, 2023
@paillave paillave added the question Further information is requested label Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants