When running generate and merge all
tableau_utilities --location local --name "My Datasource" --file_path "My Datasource.tds" merge_config --merge_with generate_merge_all --target_directory "/Users/jay.rosenthal/code/dbt-finance/tableau_configs/"
The target directory doesn't work if I specify a relative path. That's because the cli sets a working directory to start. In essence this code needs 2 working directories and needs to treat things that way. This causing challenges.
When running generate and merge all
The target directory doesn't work if I specify a relative path. That's because the cli sets a working directory to start. In essence this code needs 2 working directories and needs to treat things that way. This causing challenges.