List of supported functions in [dataform-tools pypi package ](https://pypi.org/project/dataform-tools/) - [x] list_repositories - [x] get_repository - [x] list_workspaces - [ ] get_workspace - docs needs to be added - [x] create_workspace - [x] create_compilation_result - [x] query_compilation_result_actions - [x] create_workflow_invocation - [x] write_file - [x] get_workflow_invocation_url - [x] install_npm_packages - [x] pull_git_commits - [x] get_workspace_git_state alias for `fetch_file_git_statuses` in the original npm package - [x] reset_workspace_changes - [x] fetch_git_ahead_behind - [x] push_workspace_commits alias for `push_git_commits` in the original npm package - [x] Helper function to run in remote workspace by combining `create_compilation_result` and `create_workflow_invocation` - [x] delete_file_from_workspace alias for remove_file - [x] service account support for Dataform client - [ ] pagination of get_repositories output - need to check this as the return object might already support this
List of supported functions in dataform-tools pypi package
fetch_file_git_statusesin the original npm packagepush_git_commitsin the original npm packagecreate_compilation_resultandcreate_workflow_invocation