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.2.4

20 Jan 17:09
dd2704c
Compare
Choose a tag to compare

0.2.4

Released on January 20th, 2023.

Fixed

  • Correctly format GCS paths on Windows machines - #117

v0.2.3

06 Jan 00:39
47796a2
Compare
Choose a tag to compare

0.2.3

Released on January 5th, 2022.

Fixed

  • Wrapping type annotations in quotes to prevent them from loading if the object is not found - #105

v0.2.2

03 Jan 17:34
c34cb7f
Compare
Choose a tag to compare

0.2.2

Released on January 3rd, 2022.

Added

  • The CloudRunJob timeout parameter is now passed to the GCP TaskSpec. This allows Cloud Run tasks to run for longer than their default of 10min. #99

Fixed

  • Improper imports on the top level. #100

v0.2.1

23 Dec 16:26
add793c
Compare
Choose a tag to compare

0.2.1

Released on December 23rd, 2022.

Changed

  • Adds handling for service_account_info supplied to GcpCredentials as a json formatted string - #94

v0.2.0

22 Dec 22:56
3465337
Compare
Choose a tag to compare

0.2.0

Released on December 22nd, 2022.

Breaking: Obfuscated GcpCredentials.service_account_info by using SecretDict type.

Added

  • list_blobs, download_object_to_path, download_object_to_file_object, download_folder_to_path, upload_from_path, upload_from_file_object, upload_from_folder methods in GcsBucket - #85
  • GcpSecret block with read_secret, write_secret, and delete_secret methods - #86
  • BigQueryWarehouse block with get_connection, fetch_one, fetch_many, fetch_all, execute, execute_many, methods - #88

Changed

  • Made GcpCredentials.get_access_token sync compatible - #80
  • Breaking: Obfuscated GcpCredentials.service_account_info by using SecretDict type - #88
  • GcsBucket additionally inherits from ObjectStorageBlock - #85
  • Expose all blocks available in the collection to top level init - #88
  • Inherit CredentialsBlock in GcpCredentials - #92

Fixed

  • Warning stating Failed to load collection 'prefect_gcp_aiplatform' - #87

v0.1.8

05 Dec 22:36
0486b3e
Compare
Choose a tag to compare

0.1.8

Released on December 5th, 2022.

Added

  • VertexAICustomTrainingJob infrastructure block - #75

v0.1.7

02 Dec 18:36
38c9904
Compare
Choose a tag to compare

0.1.7

Released on December 2nd, 2022.

Added

  • CloudJobRun.kill method for cancellation support - #76

v0.1.6

07 Oct 17:56
d7a75f8
Compare
Choose a tag to compare

0.1.6

Released on October 7th, 2022.

Fixed

  • Validation errors for CPU and Memory being raised incorrectly - #64

v0.1.5

28 Sep 22:59
ee1d4ab
Compare
Choose a tag to compare

0.1.5

Released on September 28th, 2022.

Changed

  • Invoke google.auth.default if both service_account_info and service_account_file is not specified - #57

Fixed

  • Retrieving the project_id from service account or quota_project_id from gcloud CLI if project is not specified - #57

v0.1.4

19 Sep 23:53
a7a0391
Compare
Choose a tag to compare

0.1.4

Released on September 19th, 2022.

Added

  • CloudRunJob infrastructure block - #48
  • GcsBucket block - #41
  • external_config keyword argument in bigquery_create_table task - #53
  • content_type keyword argument in cloud_storage_upload_blob_from_file task - #47
  • **kwargs for all tasks in the module cloud_storage.py - #47

Changed

  • Made schema keyword argument optional in bigquery_create_table task, thus the position of the keyword changed - #53
  • Allowed ~ character to be used in the path for service account file - #38

Fixed

  • ValidationError using GcpCredentials.service_account_info in prefect-dbt - #44