andeplane/Anders Hafreager Test Function Deploy
Deploy a Cognite Function
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 25, 2020
- License
- None
Pinned Snippet
uses: andeplane/deploy-function-python@67061ad4b350d7490a4aa06f8224711cc7e64767 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| cdf_project | The name of your cdf project | yes | — |
| cdf_deployment_credentials | CDF API key that's provided to the deployed function | yes | — |
| cdf_function_credentials | CDF API key that's used for deployment | no | — |
| cdf_base_url | Base url of your cdf project | no | https://api.cognitedata.com |
| function_path | Path to the directory containing the Python function | yes | — |
Outputs
| name | description |
|---|---|
| functionId | The ID of the function output. Use this to do calls against the API! |