You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When running trino ingestion with specific table name mentioned under filter --> tables --> table name(fully qualified), pipeline is not considering the filter specified.
To Reproduce
Steps to reproduce the behavior:
Create new trino ingestion pipeline with some profiling parameters
specify schema and table name under filter
Run the ingestion pipeline.
When you check the ingestion logs, you will not be able to see the table name under where condition while pulling profiling data.
Expected behavior
it should be able to query against the table specified under filter section.
Screenshots
NA
Desktop (please complete the following information):
OS: Windows
Browser: chrome
Version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
this record found in the ingestion logs and it showing as view_pattern instead of table_pattern, but when we checked the analytics tab, we dont see that table ingested with profiling info.
[2024-11-13 17:12:27,452] INFO {datahub.ingestion.source.sql.sql_config:113} - Applying table_pattern {'allow': ['test_tbl']} to view_pattern.
Describe the bug
When running trino ingestion with specific table name mentioned under filter --> tables --> table name(fully qualified), pipeline is not considering the filter specified.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
it should be able to query against the table specified under filter section.
Screenshots
NA
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: