Skip to content

Commit

Permalink
Fixes in "CDP data export schedule" page (#2363)
Browse files Browse the repository at this point in the history
* Fixes in CDP data export page

* typo fix

* Fix
  • Loading branch information
julitafalcondusza committed Apr 19, 2024
1 parent 9d37154 commit 4d07eae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/cdp/cdp_data_export_schedule.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Data export schedule in Ibexa CDP.
## Configuration key

Configuration in [[= product_name_cdp =]] allows you to automate the process of exporting Content, Users and Products.
A global `ibexa_cdp` [configuration key](configuration.md#configuration-files) looks as below:
An `ibexa_cdp.data_export` [configuration key](configuration.md#configuration-files) looks as below:

```yaml
ibexa_cdp:
Expand Down Expand Up @@ -39,9 +39,9 @@ ibexa_cdp:
Under the `schedule` setting you can find separate sections for exporting User, Content, and Product.
Structure of each section is exactly the same and includes `interval` and `options` elements:

- **Interval** - sets the frequency of the command invoke, for example, '*/30 * * * *' means "every 30 minutes", '0 */12 * * *' means "every 12 hours".
- `interval` - sets the frequency of the command invoke, for example, '*/30 * * * *' means "every 30 minutes", '0 */12 * * *' means "every 12th hour".
It uses a standard `crontab` format, see [examples](https://crontab.guru/examples.html).
- **Options** - allows you to add arguments that have to be passed to the export command.
- `options`- allows you to add arguments that have to be passed to the export command.

This configuration allows you to provide multiple export workflows with parameters.
It's important, because each type of content/product must have its own parameters on the CDP side, where each has a different Stream ID key and different required values, which are configured per data source.
Expand Down

0 comments on commit 4d07eae

Please sign in to comment.