We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm not positive we want to change this behavior. Perhaps we'd just want a separate clean_folders command to remove empty folders
clean_folders
Add a folder:
tableau_utilities --clean_dir --location local --file_path '/Users/jayrosenthal/Downloads/test.tdsx' --save_tds datasource --column_name MY_COLUMN --folder_name 'My New Folder'
Move that single column back out of a folder
tableau_utilities --clean_dir --location local --file_path '/Users/jayrosenthal/Downloads/test.tdsx' --save_tds datasource --column_name MY_COLUMN --folder_name 'Original Folder'
'My New Folder' is still in the file which adds clutter.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm not positive we want to change this behavior. Perhaps we'd just want a separate
clean_folders
command to remove empty foldersAdd a folder:
Move that single column back out of a folder
'My New Folder' is still in the file which adds clutter.
The text was updated successfully, but these errors were encountered: