Skip to content

Commit

Permalink
fixed write_dynamic_column_config bug
Browse files Browse the repository at this point in the history
  • Loading branch information
shirleycohen committed Sep 9, 2024
1 parent 994bbf7 commit 155efd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1410,7 +1410,8 @@ def process_dynamic_column_config():

template_uuid = store.write_tag_template(template_id, template_project, template_region)
config_uuid = store.write_dynamic_column_config(service_account, fields, included_columns_query, \
included_tables_uris, excluded_tables_uris, template_uuid,\
included_tables_uris, excluded_tables_uris, template_uuid, \
template_id, template_project, template_region, \
refresh_mode, refresh_frequency, refresh_unit, \
tag_history_option)

Expand Down Expand Up @@ -3659,7 +3660,7 @@ def _run_task():

@app.route("/version", methods=['GET'])
def version():
return "Welcome to Tag Engine version 2.3.4\n"
return "Welcome to Tag Engine version 2.3.5\n"

####################### TEST METHOD ####################################

Expand Down
2 changes: 1 addition & 1 deletion templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<table><tr><td><span style="color:red;">Opps! Tag Engine was unable to retrieve the tag template below. Please ensure that it exists and that you have permissions to it.</span></td></tr></table><p>
{% endif %}

<span style="color:#9d9a9a;"><h6>Tag Engine version: 2.3.4</h6></span>
<span style="color:#9d9a9a;"><h6>Tag Engine version: 2.3.5</h6></span>

<div class="pagetitle">
<h1>Tag Engine for Data Catalog</h1>
Expand Down

0 comments on commit 155efd8

Please sign in to comment.