Thomas Rooney
Thomas Rooney
My workaround is this: https://gist.github.com/ThomasRooney/89faeed810d1d18dfa16d0dd16eef0b2 It is a react hook that will resolve the connection before it returns the full structure. It will also only follow 1 layer of connections,...
Thanks @bflad for the in depth analysis! It appears that `SingleNestedAttribute` works in a similar way -- having an `Optional: true`+`Computed: true` parent but with a `Required: true` child within,...
> I believe @ThomasRooney has a different perspective worth including in the conversation, as they're dealing with existing users. Thanks for asking. My persective is that making a breaking change...
@necsord I can confirm your understanding. Currently Speakeasy's Provider generator assumes an API described in an OpenAPI spec is _mostly_ idempotent. What this means in this case is that for...
> I'm not sure if it's possible to implement option 2 as depending on source configuration there should be a different StreamConfigurationPatch which I recon is impossible to implement in...
Hey @kevin-astrafy -- we'll look into this. In theory, the `auth_type` should always be sent over the wire as `access_token` when the `credentials.private_token` is set. Can you confirm it's definitely...
Can you also confirm what terraform specification you're using for (https://registry.terraform.io/providers/airbytehq/airbyte/latest/docs/resources/source_gitlab) (please redact all personal data) .
Hey -- I tried this on airbyte cloud and it looks like we're sending the right data: Spec: ``` resource "airbyte_source_gitlab" "gitlab_source" { configuration = { api_url = "gitlab.com" credentials...
Try adding “ UTC” to your cron expression as a suffix? The API is a little more particular about the format of the expression.
Does the airbyte API mask api keys when they're returned in the configuration object? If so drift detection/determining of "if we need to update this field" unfortunately won't ever really...