-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π Add missing reference docs (#1080)
* π₯ Remove duplicate import * β»οΈ Clean up the imports mess * π Add missing reference docs & sort * π Fix import shadowing 3rd party lib
- Loading branch information
Showing
11 changed files
with
119 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
docs/references/sources/sql.md | ||
docs/references/sources/database.md | ||
docs/references/sources/api.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,67 @@ | ||
::: viadot.orchestration.prefect.tasks.azure_sql_to_df | ||
|
||
::: viadot.orchestration.prefect.tasks.adls_upload | ||
|
||
::: viadot.orchestration.prefect.tasks.df_to_adls | ||
::: viadot.orchestration.prefect.tasks.bcp | ||
|
||
::: viadot.orchestration.prefect.tasks.cloud_for_customers_to_df | ||
::: viadot.orchestration.prefect.tasks.clone_repo | ||
|
||
::: viadot.orchestration.prefect.tasks.df_to_databricks | ||
::: viadot.orchestration.prefect.tasks.bigquery_to_df | ||
|
||
::: viadot.orchestration.prefect.tasks.dbt_task | ||
::: viadot.orchestration.prefect.tasks.cloud_for_customers_to_df | ||
|
||
::: viadot.orchestration.prefect.tasks.exchange_rates_to_df | ||
::: viadot.orchestration.prefect.tasks.create_sql_server_table | ||
|
||
::: viadot.orchestration.prefect.tasks.clone_repo | ||
::: viadot.orchestration.prefect.tasks.customer_gauge_to_df | ||
|
||
::: viadot.orchestration.prefect.tasks.luma_ingest_task | ||
::: viadot.orchestration.prefect.tasks.dbt_task | ||
|
||
::: viadot.orchestration.prefect.tasks.df_to_redshift_spectrum | ||
::: viadot.orchestration.prefect.tasks.df_to_adls | ||
|
||
::: viadot.orchestration.prefect.tasks.s3_upload_file | ||
::: viadot.orchestration.prefect.tasks.df_to_databricks | ||
|
||
::: viadot.orchestration.prefect.tasks.sharepoint_download_file | ||
::: viadot.orchestration.prefect.tasks.df_to_minio | ||
|
||
::: viadot.orchestration.prefect.tasks.sharepoint_to_df | ||
::: viadot.orchestration.prefect.tasks.df_to_redshift_spectrum | ||
|
||
::: viadot.orchestration.prefect.tasks.duckdb_query | ||
|
||
::: viadot.orchestration.prefect.tasks.epicor_to_df | ||
|
||
::: viadot.orchestration.prefect.tasks.exchange_rates_to_df | ||
|
||
::: viadot.orchestration.prefect.tasks.genesys_to_df | ||
|
||
::: viadot.orchestration.prefect.tasks.hubspot_to_df | ||
|
||
::: viadot.orchestration.prefect.tasks.luma_ingest_task | ||
|
||
::: viadot.orchestration.prefect.tasks.mediatool_to_df | ||
|
||
::: viadot.orchestration.prefect.tasks.mindful_to_df | ||
|
||
::: viadot.orchestration.prefect.tasks.outlook_to_df | ||
|
||
::: viadot.orchestration.prefect.tasks.s3_upload_file | ||
|
||
::: viadot.orchestration.prefect.tasks.salesforce_to_df | ||
|
||
::: viadot.orchestration.prefect.tasks.sap_bw_to_df | ||
|
||
::: viadot.orchestration.prefect.tasks.sap_rfc_to_df | ||
|
||
::: viadot.orchestration.prefect.tasks.bcp | ||
::: viadot.orchestration.prefect.tasks.sftp_list | ||
|
||
::: viadot.orchestration.prefect.tasks.create_sql_server_table | ||
::: viadot.orchestration.prefect.tasks.sftp_to_df | ||
|
||
::: viadot.orchestration.prefect.tasks.sharepoint_download_file | ||
|
||
::: viadot.orchestration.prefect.tasks.sharepoint_to_df | ||
|
||
::: viadot.orchestration.prefect.tasks.sql_server_query | ||
|
||
::: viadot.orchestration.prefect.tasks.sql_server_to_df | ||
|
||
::: viadot.orchestration.prefect.tasks.azure_sql_to_df | ||
::: viadot.orchestration.prefect.tasks.vid_club_to_df | ||
|
||
::: viadot.orchestration.prefect.tasks.supermetrics_to_df |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,33 @@ | ||
# API Sources | ||
# API sources | ||
|
||
::: viadot.sources.uk_carbon_intensity.UKCarbonIntensity | ||
::: viadot.sources.bigquery.BigQuery | ||
|
||
::: viadot.sources.cloud_for_customers.CloudForCustomers | ||
|
||
::: viadot.sources.exchange_rates.ExchangeRates | ||
::: viadot.sources.customer_gauge.CustomerGauge | ||
|
||
::: viadot.sources.cloud_for_customers.CloudForCustomers | ||
::: viadot.sources.epicor.Epicor | ||
|
||
::: viadot.sources.sharepoint.Sharepoint | ||
::: viadot.sources.exchange_rates.ExchangeRates | ||
|
||
::: viadot.sources.genesys.Genesys | ||
|
||
::: viadot.sources.outlook.Outlook | ||
|
||
::: viadot.sources.hubspot.Hubspot | ||
|
||
::: viadot.sources.epicor.Epicor | ||
::: viadot.sources.mediatool.Mediatool | ||
|
||
::: viadot.sources.mindful.Mindful | ||
|
||
::: viadot.sources.minio.MinIO | ||
::: viadot.sources._minio.MinIO | ||
|
||
::: viadot.sources.outlook.Outlook | ||
|
||
::: viadot.sources.salesforce.Salesforce | ||
|
||
::: viadot.sources.sharepoint.Sharepoint | ||
|
||
::: viadot.sources.supermetrics.Supermetrics | ||
|
||
::: viadot.sources.uk_carbon_intensity.UKCarbonIntensity | ||
|
||
::: viadot.sources.vid_club.VidClub |
26 changes: 14 additions & 12 deletions
26
docs/references/sources/sql.md β docs/references/sources/database.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,29 @@ | ||
# SQL Sources | ||
# Database sources | ||
|
||
::: viadot.sources.base.Source | ||
::: viadot.sources.azure_data_lake.AzureDataLake | ||
|
||
::: viadot.sources.base.SQL | ||
::: viadot.sources.azure_sql.AzureSQL | ||
|
||
::: viadot.sources.azure_data_lake.AzureDataLake | ||
::: viadot.sources.databricks.Databricks | ||
|
||
::: viadot.sources._duckdb.DuckDB | ||
|
||
::: viadot.sources.redshift_spectrum.RedshiftSpectrum | ||
|
||
::: viadot.sources.s3.S3 | ||
|
||
::: viadot.sources.sqlite.SQLite | ||
::: viadot.sources.sap_bw.SAPBW | ||
|
||
::: viadot.sources.sql_server.SQLServer | ||
::: viadot.sources.sap_rfc.SAPRFC | ||
|
||
::: viadot.sources.databricks.Databricks | ||
::: viadot.sources.sap_rfc.SAPRFCV2 | ||
|
||
::: viadot.sources._trino.Trino | ||
::: viadot.sources.base.Source | ||
|
||
::: viadot.sources._duckdb.DuckDB | ||
::: viadot.sources.base.SQL | ||
|
||
::: viadot.sources.sap_rfc.SAPRFC | ||
::: viadot.sources.sqlite.SQLite | ||
|
||
::: viadot.sources.sap_rfc.SAPRFCV2 | ||
::: viadot.sources.sql_server.SQLServer | ||
|
||
::: viadot.sources.azure_sql.AzureSQL | ||
::: viadot.sources._trino.Trino |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Other sources | ||
|
||
::: viadot.sources.sftp.Sftp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters