Use git to track custom SQL change?

I’m currently using customize SQL to build dataset.

Don’t know if there’s way to track the change of SQLs by git?

Need version control

I don’t believe so.

I can mark this as a feature request.

You can track them manually by looking at the publish history.

2 Likes

Thanks, I didn’t notice there were publishing history available

Hello @Lintao - As @Max highlighted, the publishing history is available and can be accessed via the following navigation.

Current solution is use the aws boto3 client to write a apply tool.

Setup a git repo and track the SQL changes by git.

Then use pipeline to push the changes into quicksight portal.