Skip to content

Commit

Permalink
Merge pull request #11 from Cimpress-MCP/change_def_column_name
Browse files Browse the repository at this point in the history
minor change of default column name value
  • Loading branch information
mzas authored Jul 10, 2019
2 parents 0af57d7 + e5431d3 commit c2ad320
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion j2v/utils/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ program:
generator:
TABLE_WITH_JSON_COLUMN_DEFAULT: table_with_JSON_column
OUTPUT_VIEW_ML_OUT_DEFAULT: output.view
COLUMN_WITH_JSONS_DEFAULT: payload
COLUMN_WITH_JSONS_DEFAULT: JSON
EXPLORE_LKML_OUT_DEFAULT: explore.lkml
ELEMENT_ACCESS_STR: VALUE
TABLE_ALIAS_DEFAULT: JSON_TABLE
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
with open("README.md", "r") as fh:
setup(
name='j2v',
version='1.3',
version='1.3.1',
author="Michal Zasadzinski",
author_email="[email protected]",
description="A tool to generate Looker views and explores from sample JSONs",
Expand Down

0 comments on commit c2ad320

Please sign in to comment.