Skip to content

How to pass resource_requirements block to Airbyte sync via terraform provider? #211

@gagandeepnum

Description

@gagandeepnum

Hi TEam,
I’m trying to configure resource requirements (CPU and memory) for a sync job.
For example, I’d like to do something like:

"resource_requirements": {
  "cpu_request": "1",
  "cpu_limit": "2",
  "memory_request": "1Gi",
  "memory_limit": "2Gi"
}

Questions:
Can these resource requirements be set per connection or only per connector?
Is there a way to override them dynamically when triggering a sync via the API?
Is this supported in both OSS and Airbyte Cloud?
I wasn’t able to find clear documentation on this. Could you clarify the recommended way to pass resource_requirements to a sync job via terraform provider?
Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions