Hi all,
Hope you are well! getting started evaluating datahub here and looking for some help regarding tableau ingestion with new features in 0.13.1
I’m trying to use the recent features added here: https://github.com/datahub-project/datahub/pull/9838
using this YAML via the ingestion UI:
type: tableau
config:
connect_uri: ''
stateful_ingestion:
enabled: true
username: '${TABLEAU_USER}'
password: '${TABLEAU_PASS}'
ingest_owner: true
force_extraction_of_lineage_from_custom_sql_queries: true
disable_schema_awarenes_during_parsing_of_sql_queries: true```
but i am getting the following errors with `extra fields not permitted (type=value_error.extra)`
INFO {datahub.cli.ingest_cli:147} - DataHub CLI version: 0.13.1
No ~/.datahubenv file found, generating one for you…
INFO {datahub.ingestion.run.pipeline:239} - Sink configured successfully. DataHubRestEmitter: configured to talk to http://datahub-gms:8080
Failed to configure the source (tableau): 2 validation errors for TableauConfig
disable_schema_awarenes_during_parsing_of_sql_queries
extra fields not permitted (type=value_error.extra)
force_extraction_of_lineage_from_custom_sql_queries
extra fields not permitted (type=value_error.extra)```
appreciate any support, thank you!