To deploy your extractors, you must supply a minimal configuration file containing the sign-in credentials and pull the remaining configuration from the cloud. You can generate the configuration files in the cloud with continuous integration systems such as GitHub Actions or directly with the Cognite API.Documentation Index
Fetch the complete documentation index at: https://docs.cognite.com/llms.txt
Use this file to discover all available pages before exploring further.
Before you start
Make sure the extractor has theextractionconfigs:WRITE capability to access CDF.
Configure extractors with GitHub Actions
Create minimal configuration file
Configure your extractor with a minimal configuration file. Refer to the extractor documentation for details. All the Cognite extractors have a similar configuration. This is an example for the Cognite DB extractor:At startup, the extractor attempts to read the configuration files from the extraction pipeline with the external ID
pipeline-external-id. The extractor continues to check for updates every few minutes.Set up GitHub Actions workflow
Create configuration files directly with the Cognite API or set up a continuous integration pipeline in GitHub Actions.To use the action, you must create a GitHub Workflow: