Does anyone know what part of the Snowflake Ingest...
# ingestion
n
Does anyone know what part of the Snowflake Ingestion is specifically responsible for creating the Table -> View Lineage?? I am running this ingestion with all the lineage flags set to True, it is succeeding, but I don't get the table-> view lineage?
Copy code
pipeline_name: snowflake-lineage-ingestion
    source:
      type: snowflake
      config:
        # This option is recommended to be used to ingest all lineage
        ignore_start_time_lineage: false

        # Coordinates
        account_id: ${SNOWFLAKE_ACCOUNT_ID}
        warehouse: ${SNOWFLAKE_WAREHOUSE}

        # Credentials
        username: ${SNOWFLAKE_USERNAME}
        password: ${SNOWFLAKE_PASSWORD}
        role: ${SNOWFLAKE_ROLE}

        #this ingestion is just for lineage
        include_view_lineage: true
        include_table_lineage: true
        include_usage_stats: true
        include_column_lineage: true

        stateful_ingestion:
          enabled: true

        profiling:
          # Change to false to disable profiling
          enabled: false

    sink:
      type: "datahub-rest"
      config:
        server: ${DATAHUB_GMS_ENDPOINT}
g
What version of acryl-datahub are you using? cc @hundreds-photographer-13496