Closed alexs-101 closed 7 months ago
This issue is stale because it has been open for 30 days with no activity. If you believe this is still an issue on the latest DataHub release please leave a comment with the version that you tested it with. If this is a question/discussion please head to https://slack.datahubproject.io. For feature requests please use https://feature-requests.datahubproject.io
As sqlglot does not support SalesForce dialect, some Custom SQL queries are not parsed during ingestion.
Possible temporary workaround is to treat it as databricks dialect, at least to parse simple queries (which are mostly used from Tableau to pull data from Sales Force)
https://github.com/datahub-project/datahub/pull/9838