Run Commands

Method Mapping

Use this quick reference guide for mapping methods between Python Pachyderm and the new Pachyderm SDK

About #

The original python_pachyderm SDK will be deprecated in a future release (spring 2024). The new pachyderm_sdk SDK is a complete rewrite of the original SDK, and it is not backwards compatible. This guide provides a quick reference for mapping methods between the two SDKs.

Methods #

python_pachydermpachyderm_sdk
client.inspect_clusterclient.admin.inspect_cluster
client.activate_authclient.auth.activate
client.authenticate_id_tokenclient.auth.authenticate
client.authenticate_oidcclient.auth.authenticate
client.authorizeclient.auth.authorize
client.deactivate_authclient.auth.deactivate
client.extract_auth_tokensclient.auth.extract_auth_tokens
client.get_auth_configurationclient.auth.get_configuration
client.get_groupsclient.auth.get_groups
client.get_oidc_loginclient.auth.get_oidc_login
client.get_robot_tokenclient.auth.get_robot_token
client.get_role_bindingclient.auth.get_role_binding
client.get_roles_for_permissionclient.auth.get_roles_for_permission
client.get_usersclient.auth.get_users
client.modify_membersclient.auth.modify_members
client.modify_role_bindingclient.auth.modify_role_binding
client.restore_auth_tokenclient.auth.restore_auth_token
client.revoke_auth_tokenclient.auth.revoke_auth_token
client.set_auth_configurationclient.auth.set_configuration
client.set_groups_for_userclient.auth.set_groups_for_user
client.who_am_iclient.auth.who_am_i
client.binaryclient.debug.binary
client.dumpclient.debug.dump
client.profile_cpuclient.debug.profile (w/ profile=Profile(name=“cpu”))
client.activate_enterpriseclient.enterprise.activate
client.deactivate_enterpriseclient.enterprise.deactivate
client.get_activation_codeclient.enterprise.get_activation_code
client.get_enterprise_stateclient.enterprise.get_state
client.get_pause_statusclient.enterprise.pause_status
client.pause_enterpriseclient.enterprise.pause
client.unpause_enterpriseclient.enterprise.unpause
client.create_idp_connectorclient.identity.create_idp_connector
client.create_oidc_clientclient.identity.create_oidc_client
client.delete_all_identityclient.identity.delete_all
client.delete_idp_connectorclient.identity.delete_idp_connector
client.delete_oidc_clientclient.identity.delete_oidc_client
client.get_identity_server_configclient.identity.get_identity_server_config
client.get_idp_connectorclient.identity.get_idp_connector
client.get_oidc_clientclient.identity.get_oidc_client
client.list_idp_connectorsclient.identity.list_idp_connectors
client.list_oidc_clientsclient.identity.list_oidc_clients
client.set_identity_server_configclient.identity.set_identity_server_config
client.update_idp_connectorclient.identity.update_idp_connector
client.update_oidc_clientclient.identity.update_oidc_client
client.activate_licenseclient.license.activate
client.add_clusterclient.license.add_cluster
client.delete_all_licenseclient.license.delete_all
client.delete_clusterclient.license.delete_cluster
client.get_activation_codeclient.license.get_activation_code
client.list_clustersclient.license.list_clusters
client.list_user_clustersclient.license.list_user_clusters
client.update_clusterclient.license.update_cluster
client.commitclient.pfs.commit
client.copy_fileclient.pfs.copy_file
client.create_branchclient.pfs.create_branch
client.create_projectclient.pfs.create_project
client.create_repoclient.pfs.create_repo
client.delete_all_reposclient.pfs.delete_all
client.delete_branchclient.pfs.delete_branch
client.delete_fileclient.pfs.delete_file
client.delete_projectclient.pfs.delete_project
client.delete_repoclient.pfs.delete_repo
client.diff_fileclient.pfs.diff_file
client.drop_commitclient.pfs.drop_commit
client.finish_commitclient.pfs.finish_commit
client.fsckclient.pfs.fsck
client.get_fileclient.pfs.get_file or client.pfs.pfs_file
client.get_file_tarclient.pfs.get_file_tar or client.pfs.pfs_tar_file
client.glob_fileclient.pfs.glob_file
client.inspect_branchclient.pfs.inspect_branch
client.inspect_commitclient.pfs.inspect_commit
client.inspect_fileclient.pfs.inspect_file
client.inspect_projectclient.pfs.inspect_project
client.inspect_repoclient.pfs.inspect_repo
client.list_branchclient.pfs.list_branch
client.list_commitclient.pfs.list_commit
client.list_fileclient.pfs.list_file
client.list_projectclient.pfs.list_project
client.list_repoclient.pfs.list_repo
client.modify_file_client
client.path_existsclient.pfs.path_exists
client.put_file_bytesclient.pfs.put_file_from_bytes
client.put_file_urlclient.pfs.put_file_from_url
client.squash_commitclient.pfs.squash_commit
client.start_commitclient.pfs.start_commit
client.subscribe_commitclient.pfs.subscribe_commit
client.wait_commitclient.pfs.wait_commit
client.walk_fileclient.pfs.walk_file
client.create_pipelineclient.pps.create_pipeline
client.create_pipeline_from_request
client.create_secretclient.pps.create_secret
client.delete_all_pipelinesclient.pps.delete_all
client.delete_jobclient.pps.delete_job
client.delete_pipelineclient.pps.delete_pipeline
client.delete_secretclient.pps.delete_secret
client.get_job_logsclient.pps.get_logs
client.get_kube_eventsclient.pps.get_kube_events
client.get_pipeline_logsclient.pps.get_logs
client.inspect_datumclient.pps.inspect_datum
client.inspect_jobclient.pps.inspect_job
client.inspect_pipelineclient.pps.inspect_pipeline
client.inspect_secretclient.pps.inspect_secret
client.list_datumclient.pps.list_datum
client.list_jobclient.pps.list_job
client.list_pipelineclient.pps.list_pipeline
client.list_secretclient.pps.list_secret
client.restart_datumclient.pps.restart_datum
client.run_cronclient.pps.run_cron
client.start_pipelineclient.pps.start_pipeline
client.stop_jobclient.pps.stop_job
client.stop_pipelineclient.pps.stop_pipeline
client.batch_transactionclient.transaction.batch_transaction
client.delete_all_transactionsclient.transaction.delete_all
client.delete_transactionclient.transaction.delete_transaction
client.finish_transactionclient.transaction.finish_transaction
client.inspect_transactionclient.transaction.inspect_transaction
client.list_transactionclient.transaction.list_transaction
client.start_transactionclient.transaction.start_transaction
client.transactionclient.transaction.transaction