Skip to content

Commit

Permalink
📝 Add docs for the Eurostat source & tasks (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
trymzet authored Oct 9, 2024
1 parent c281785 commit d3ba1e8
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions docs/references/orchestration/prefect/flows.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

::: viadot.orchestration.prefect.flows.epicor_to_parquet

::: viadot.orchestration.prefect.flows.eurostat_to_adls

::: viadot.orchestration.prefect.flows.exchange_rates_to_adls

::: viadot.orchestration.prefect.flows.exchange_rates_to_databricks
Expand Down
2 changes: 2 additions & 0 deletions docs/references/orchestration/prefect/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@

::: viadot.orchestration.prefect.tasks.epicor_to_df

::: viadot.orchestration.prefect.tasks.eurostat_to_df

::: viadot.orchestration.prefect.tasks.exchange_rates_to_df

::: viadot.orchestration.prefect.tasks.genesys_to_df
Expand Down
2 changes: 2 additions & 0 deletions docs/references/sources/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

::: viadot.sources.epicor.Epicor

::: viadot.sources.eurostat.Eurostat

::: viadot.sources.exchange_rates.ExchangeRates

::: viadot.sources.genesys.Genesys
Expand Down
2 changes: 1 addition & 1 deletion src/viadot/orchestration/prefect/flows/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"duckdb_to_sql_server",
"duckdb_transform",
"epicor_to_parquet",
"eurostat_to_adls",
"exchange_rates_api_to_redshift_spectrum",
"exchange_rates_to_adls",
"exchange_rates_to_databricks",
Expand All @@ -69,6 +70,5 @@
"supermetrics_to_adls",
"transform",
"transform_and_catalog",
"eurostat_to_adls",
"vid_club_to_adls",
]
2 changes: 1 addition & 1 deletion src/viadot/orchestration/prefect/tasks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"df_to_redshift_spectrum",
"duckdb_query",
"epicor_to_df",
"eurostat_to_df",
"exchange_rates_to_df",
"genesys_to_df",
"hubspot_to_df",
Expand All @@ -67,7 +68,6 @@
"sharepoint_to_df",
"sql_server_query",
"sql_server_to_df",
"eurostat_to_df",
"vid_club_to_df",
"supermetrics_to_df",
]
2 changes: 1 addition & 1 deletion src/viadot/sources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"CustomerGauge",
"DuckDB",
"Epicor",
"Eurostat",
"ExchangeRates",
"Genesys",
"Hubspot",
Expand All @@ -49,7 +50,6 @@
"Supermetrics",
"Trino",
"UKCarbonIntensity",
"Eurostat",
"VidClub",
]

Expand Down

0 comments on commit d3ba1e8

Please sign in to comment.