Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove supportsNormalization supportsDbt from non GA destination spec #21319

Conversation

alafanechere
Copy link
Contributor

What

Issue https://github.com/airbytehq/airbyte-internal-issues/issues/2539

Removing supportsNormalization supportsDbt for non ga destination connector specs.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 12, 2023

Affected Connector Report

NOTE ⚠️ Changes in this PR affect the following connectors. Make sure to do the following as needed:

  • Run integration tests
  • Bump connector or module version
  • Add changelog
  • Publish the new version

✅ Sources (0)

Connector Version Changelog Publish
  • See "Actionable Items" below for how to resolve warnings and errors.

✅ Destinations (1)

Connector Version Changelog Publish
destination-aws-datalake 0.1.1
  • See "Actionable Items" below for how to resolve warnings and errors.

✅ Other Modules (0)

Actionable Items

(click to expand)

Category Status Actionable Item
Version
mismatch
The version of the connector is different from its normal variant. Please bump the version of the connector.

doc not found
The connector does not seem to have a documentation file. This can be normal (e.g. basic connector like source-jdbc is not published or documented). Please double-check to make sure that it is not a bug.
Changelog
doc not found
The connector does not seem to have a documentation file. This can be normal (e.g. basic connector like source-jdbc is not published or documented). Please double-check to make sure that it is not a bug.

changelog missing
There is no chnagelog for the current version of the connector. If you are the author of the current version, please add a changelog.
Publish
not in seed
The connector is not in the seed file (e.g. source_definitions.yaml), so its publication status cannot be checked. This can be normal (e.g. some connectors are cloud-specific, and only listed in the cloud seed file). Please double-check to make sure that it is not a bug.

diff seed version
The connector exists in the seed file, but the latest version is not listed there. This usually means that the latest version is not published. Please use the /publish command to publish the latest version.

Copy link
Contributor

@evantahler evantahler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Why did you split this pr and #21319 ? Edit: GA vs Non-GA, I get it now!

Comment on lines +138 to 139
supportsDbt: true
- name: Google Cloud Storage (GCS)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch!

@alafanechere
Copy link
Contributor Author

I'm merging without publishing because:

  • All these connectors have supportsNormalization and supportsDbt set to false
  • false is the default value on these fields according to the protocol ConnectorSpecification model
  • So the spec.json edit I made are not changing the output of spec command
  • This is the reason why the destination_spec.json is not updated.

I'm reverting the firebolt spec change as this is the single connector that has supportsDbt = true

@alafanechere alafanechere temporarily deployed to more-secrets January 13, 2023 10:27 — with GitHub Actions Inactive
@alafanechere alafanechere temporarily deployed to more-secrets January 13, 2023 10:27 — with GitHub Actions Inactive
@alafanechere alafanechere enabled auto-merge (squash) January 13, 2023 10:28
@alafanechere alafanechere temporarily deployed to more-secrets January 13, 2023 10:29 — with GitHub Actions Inactive
@alafanechere alafanechere temporarily deployed to more-secrets January 13, 2023 10:29 — with GitHub Actions Inactive
@alafanechere alafanechere temporarily deployed to more-secrets January 13, 2023 12:48 — with GitHub Actions Inactive
@alafanechere alafanechere temporarily deployed to more-secrets January 13, 2023 12:48 — with GitHub Actions Inactive
@alafanechere alafanechere merged commit e73d42b into master Jan 13, 2023
@alafanechere alafanechere deleted the augustin/remove-supports-normalization-from-non-ga-destinations branch January 13, 2023 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment