Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ingestion/sqlglot): add optional default_dialect parameter to sqlglot lineage #10830

Merged
merged 4 commits into from
Jul 16, 2024

Commits on Jul 15, 2024

  1. feat(ingestion/sqlglot): add optional default_dialect parameter to …

    …sqlglot lineage
    
    at the moment, you can't parse a query that uses `trino` as a dialect
    but `iceberg` as a platform
    
    in order to do just that, add a new optional parameter called
    `default_dialect`, the `platform` parameter is used only when the `default_dialect`
    is not set
    nadavgross committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    30c3dca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e50d71f View commit details
    Browse the repository at this point in the history
  3. reformat file

    nadavgross committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    b1ce288 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2cccd76 View commit details
    Browse the repository at this point in the history