Skip to content

Commit

Permalink
Tableau crawler throws exception when parsing [sc-21713]
Browse files Browse the repository at this point in the history
  • Loading branch information
alyiwang committed Oct 19, 2023
1 parent 6e480bd commit 405ec6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions metaphor/tableau/extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ def _parse_custom_sql_table(

query = custom_sql_table.query
upstream_datasets = []
source_tables = []

try:
parser = LineageRunner(query)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "metaphor-connectors"
version = "0.13.14"
version = "0.13.15"
license = "Apache-2.0"
description = "A collection of Python-based 'connectors' that extract metadata from various sources to ingest into the Metaphor app."
authors = ["Metaphor <[email protected]>"]
Expand Down

0 comments on commit 405ec6c

Please sign in to comment.