Skip to content

Commit

Permalink
fix(ingestion/lookml): liquid template resolution and view-to-view cll (
Browse files Browse the repository at this point in the history
  • Loading branch information
sid-acryl authored Jul 8, 2024
1 parent 54b9d98 commit 43bac36
Show file tree
Hide file tree
Showing 43 changed files with 6,451 additions and 1,904 deletions.
3 changes: 2 additions & 1 deletion metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
"sql-metadata==2.2.2",
*sqllineage_lib,
"GitPython>2",
"python-liquid",
}

bigquery_common = {
Expand Down Expand Up @@ -371,7 +372,7 @@
"kafka-connect": sql_common | {"requests", "JPype1"},
"ldap": {"python-ldap>=2.4"},
"looker": looker_common,
"lookml": looker_common,
"lookml": looker_common | sqlglot_lib,
"metabase": {"requests"} | sqlglot_lib,
"mlflow": {
"mlflow-skinny>=2.3.0",
Expand Down
Loading

0 comments on commit 43bac36

Please sign in to comment.