Skip to content

Releases: fivetran/terraform-provider-fivetran

v1.1.24

22 May 14:36
9badcb8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.23...v1.1.24

v1.1.23

13 May 14:12
54dc8c4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.22...v1.1.23

v1.1.22

18 Apr 16:15
2693827
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.21...v1.1.22

v1.1.21

10 Apr 14:19
63cb9fc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.20...v1.1.21

v1.1.20

03 Apr 14:36
a0e040a
Compare
Choose a tag to compare

Fixed

  • Issue with unknown services: no more panic.
  • Issue with panic on omited destination_schema field for connector resource.
  • Issue with missing or empty config field for connector resource.
  • Issue with fivetran_connector resource import.

Docs

  • Added a guide about configuring dbt Project with a private repo.

v1.1.19

01 Apr 09:19
df98cce
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.18...v1.1.19

v1.1.18

29 Mar 15:41
d90e408
Compare
Choose a tag to compare

1.1.18

Updated

  • Schema updated for resource fivetran_connector_schema_config:
    • Field schema deprecated due to issue with types.SetTypable performance.
    • Field schemas of Map type added instead.
    • Field schemas_json added to apply settings directly from .json resource file.
  • Resource fivetran_connector_schema_config behavior changed:
    • If no columns settings specified in table.columns no settings will be applied. If table enabled - columns won't be blocked automatically by BLOCK_ALL policy.
    • Settings for sub-elements won't be managed if root element disabled: for BLOCK_ALL policy for disabled schema no settings for tables/columns will be applied.
  • Resource fivetran_connector schema updated:
    • Added field fivetran_connector.config.authentication_method for services: adobe_analytics.
    • Added field fivetran_connector.config.client_public_certificate for services: aurora_postgres, azure_postgres, google_cloud_postgresql, heroku_postgres, postgres, postgres_rds.
    • Added field fivetran_connector.config.client_private_key for services: postgres_rds, aurora_postgres, azure_postgres, google_cloud_postgresql, heroku_postgres, postgres.
    • Added field fivetran_connector.config.api_password for services: duoplane.
  • Following new connector types supported:
    • Supported service: absorb_lms
    • Supported service: chameleon
    • Supported service: donus
    • Supported service: duoplane
    • Supported service: eventsforce
    • Supported service: freshdesk_contact_center
    • Supported service: g2
    • Supported service: google_tasks
    • Supported service: instructure
    • Supported service: partnerize
    • Supported service: quora_ads
    • Supported service: quorum
    • Supported service: referralhero
    • Supported service: sap_success_factors
    • Supported service: sistrix
    • Supported service: web_scraper

v1.1.17

14 Mar 15:33
57be15c
Compare
Choose a tag to compare

What's Changed

  • Reorder operations to avoid slow switch between handling modes by @beevital in #273

Full Changelog: v1.1.16...v1.1.17

v1.1.16

13 Mar 14:53
85bdfbb
Compare
Choose a tag to compare

What's Changed

  • Fix sync_mode issue.
  • Fix connector import issue.

Full Changelog: v1.1.15...v1.1.16

v1.1.15

10 Mar 19:42
91ee910
Compare
Choose a tag to compare

Full Changelog: v1.1.14...v1.1.15

What's Changed

Full Changelog: v1.1.13...v1.1.15