Selective commits and import review
Use selective commits to push only the Cloudera SQL Stream Builder assets you choose to Git, and review import changes before they are applied to your local project.
Selective commits
When you push a project to Git, Cloudera SQL Stream Builder shows the assets that changed locally since the last sync. You can select which jobs, tables, UDFs, data sources, and other resources to include in the commit instead of pushing the entire project.
To push selected assets:
- Open your project and go to Source Control.
- Choose Push.
- Review the list of modified assets and clear the checkboxes for items you do not want to commit.
- Enter a commit message and confirm the push.
If the remote Git repository does not yet contain the project path, the pending-changes list treats the remote side as empty and shows all local assets as added, so you can see what an initial push would include.
Import impact review
Before you import changes from Git, Cloudera SQL Stream Builder shows a diff of remote changes compared with your local project. Review added, updated, and deleted assets and confirm the import.
If the remote Git repository does not yet contain the project path, import review shows no incoming changes. Use Push to perform the initial export.
