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: