Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Releases: PrefectHQ/prefect-gcp

v0.1.3

22 Jul 21:23
286aee3
Compare
Choose a tag to compare

0.1.3

Released on July 22nd, 2022.

Added

  • Added setup.py entry point - #35

v0.1.2

22 Jul 20:38
d4fb7d7
Compare
Choose a tag to compare

0.1.2

Released on July 22nd, 2022.

Changed

  • Updated tests to be compatible with core Prefect library (v2.0b9) and bumped required version - #30
  • Converted GcpCredentials into a Block - #31.

v0.1.1

11 Jul 20:50
c37be5f
Compare
Choose a tag to compare

0.1.1

Released on July 11th, 2022

Changed

  • Improved error handle and instruction for extras - #18

v0.1.0

17 Mar 21:30
93fd14e
Compare
Choose a tag to compare

0.1.0

Released on March 17th, 2022.

Added

  • cloud_storage_copy_blob, cloud_storage_create_bucket, cloud_storage_download_blob_as_bytes, cloud_storage_download_blob_to_file, cloud_storage_upload_blob_from_file, and cloud_storage_upload_blob_from_string tasks - #1
  • bigquery_create_table, bigquery_insert_stream, bigquery_load_cloud_storage, bigquery_load_file, and bigquery_query, tasks - #2
  • create_secret, delete_secret, delete_secret_version, read_secret, and update_secret tasks - #5