Hello everyone jinay here, I am facing trouble in ...
# getting-started
p
Hello everyone jinay here, I am facing trouble in enabling the lineage feature so how can I do that?
d
which source are you using?
p
mysql, mssql and redshift
d
Table level lineage only supported at Redshift, Snowflake and Bigquery
there it should be enabled by default
p
So I have ingested the datasets of MySQL and when I explored it i saw that lineage ad query are disabled
d
yes, because we only support this on Redshift, Snowflake and Bigquery with our sources
On our documentation at the Capabilities section you can check what the various sources supports. Like here -> https://datahubproject.io/docs/generated/ingestion/sources/redshift#important-capabilities
p
I have also ingested the redshift dataset but it is also not showing me the lineage feature enabled
d
Were anything inserted into any of the tables in the last 24 hours in your redshift? If not then you need to extend the timeframe for getting lineage with start_time and end_time.
Copy code
start_time: 2022-02-14T20:08:23.091Z
    end_time: 2023-12-15T20:08:23.091Z
Redshift only stores query history for a couple of days.
b
@powerful-iron-62101 Were you able to get this running?
p
no @big-carpet-38439
d
Do you have internal or external tables? How your ingestion config looks like?