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
Hello everyone,
After running ldeploy content import --env dev --recursive --folders ./dashboards/Shared/
ldeploy content import --env dev --recursive --folders ./dashboards/Shared/
Looker deployer successfully imports dashboards that are in the shared folder, but for dashboards that are in other folders, I get an error :
{"levelname": "INFO", "module": "deploy_content", "funcName": "deploy_space", "message": "Attemting Recursion of children folders", "children_folders": ["./dashboards/Shared/Folder_1\\", "./dashboards/Shared/Folder_2\\", "./dashboards/Shared/Folder_3\\"], "timestamp": "2023-10-19T14:29:02.450314Z"} {"levelname": "WARNING", "module": "deploy_content", "funcName": "create_or_return_space", "message": "No folders found. Creating folder now", "timestamp": "2023-10-19T14:29:03.519255Z"} Traceback (most recent call last): etc...
Lookerdeployer don't want to create folders apparently. What can I do ?
The text was updated successfully, but these errors were encountered:
Surprisingly, in the docker image it worked but not on my local machine.
Sorry, something went wrong.
No branches or pull requests
Hello everyone,
After running
ldeploy content import --env dev --recursive --folders ./dashboards/Shared/
Looker deployer successfully imports dashboards that are in the shared folder, but for dashboards that are in other folders, I get an error :
{"levelname": "INFO", "module": "deploy_content", "funcName": "deploy_space", "message": "Attemting Recursion of children folders", "children_folders": ["./dashboards/Shared/Folder_1\\", "./dashboards/Shared/Folder_2\\", "./dashboards/Shared/Folder_3\\"], "timestamp": "2023-10-19T14:29:02.450314Z"} {"levelname": "WARNING", "module": "deploy_content", "funcName": "create_or_return_space", "message": "No folders found. Creating folder now", "timestamp": "2023-10-19T14:29:03.519255Z"} Traceback (most recent call last): etc...
Lookerdeployer don't want to create folders apparently. What can I do ?
The text was updated successfully, but these errors were encountered: