hi, how to connect lineage between tableau and big...
# integrate-tableau-datahub
q
hi, how to connect lineage between tableau and bigquery? i'm able to ingest tableau data sources but it's lineage doesn't connect with bigquery this is my current config
Copy code
source:
    type: tableau
    config:
        stateful_ingestion:
            enabled: true
        connect_uri: 'tableau site'
        ingest_tags: true
        ingest_owner: true
        site: ""
        token_value: 'token'
        token_name: datahub
        extract_column_level_lineage: true
        extract_lineage_from_unsupported_custom_sql_queries: true
        extract_usage_stats: true
        ingest_embed_url: true
        ingest_tables_external: true
        page_size: 1
sink:
    type: datahub-rest
    config:
        server: '<http://datahub-datahub-gms.datahub.svc.cluster.local:8080>'
        max_threads: 1
thanks in advance