Skip to content

Commit

Permalink
Add comment regarding discover code now picking up aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
mjsqu authored May 1, 2023
1 parent 5bb9210 commit ebfd808
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tap_db2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ def discover_catalog(db2_conn, config):
LOGGER.info("Tables fetched, fetching columns")

# Query for LUW DB2 instances only - SYSCAT may not exist on Z/OS
# 1.0.4 - updated to include BASE_TABNAME check for aliases
column_results = open_conn.execute(
"""
SELECT
Expand Down

0 comments on commit ebfd808

Please sign in to comment.