salmon-angle-92685
09/14/2022, 12:51 PMsource:
type: snowflake
config:
account_id: ${DH_SNOWFLAKE_ACCOUNT_ID}
warehouse: ${DH_SNOWFLAKE_WAREHOUSE}
username: ${DH_SNOWFLAKE_USER}
password: ${DH_SNOWFLAKE_PASSWORD}
role: ${DH_SNOWFLAKE_ROLE}
include_tables: True
include_views: True
ignore_start_time_lineage: true
stateful_ingestion:
enabled: True
remove_stale_metadata: True
profiling:
enabled: true
profile_pattern:
allow:
- 'DATABASE_NAME.SCHEMA_NAME.*'
database_pattern:
allow:
- "OIP"
schema_pattern:
allow:
- "SCHEMA_NAME"
table_pattern:
deny:
- '.*\._AIRBYTE_.*'
pipeline_name: "snowflake_ingestion"
sink:
type: datahub-rest
config:
server: ${DATAHUB_SERVER}
Thank you guys in advance !salmon-angle-92685
09/14/2022, 1:17 PMdazzling-judge-80093
09/14/2022, 1:35 PMsalmon-angle-92685
09/14/2022, 2:10 PMpyarrow
that works fine the acryl-datahub[snowflake-usage, snowflake]
?dazzling-judge-80093
09/14/2022, 3:26 PMpyarrow>=6.0.1
should be fine