Skip to content

Commit

Permalink
fix(dags): remove all trailing whitespace from constants.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alee-x committed Jun 12, 2024
1 parent fa1e34a commit 4861cdd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions dags/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,21 @@

sql_trackingtable = '''
CREATE TABLE IF NOT EXISTS trackingtable (
id VARCHAR(150),
dataset VARCHAR(150),
version VARCHAR(150),
label VARCHAR(150),
id VARCHAR(150),
dataset VARCHAR(150),
version VARCHAR(150),
label VARCHAR(150),
dated timestamp,
bucket VARCHAR(150),
key VARCHAR(350),
tablename VARCHAR(150),
key VARCHAR(350),
tablename VARCHAR(150),
physical VARCHAR(200)
);
'''

sql_tracking = '''
CREATE TABLE IF NOT EXISTS tracking (
id VARCHAR(350),
id VARCHAR(350),
bucket VARCHAR(100),
path VARCHAR(500),
s_marker timestamp,
Expand Down

0 comments on commit 4861cdd

Please sign in to comment.