This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Releases: PrefectHQ/prefect-gcp
Releases · PrefectHQ/prefect-gcp
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
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 inGcsBucket
- #85GcpSecret
block withread_secret
,write_secret
, anddelete_secret
methods - #86BigQueryWarehouse
block withget_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 usingSecretDict
type - #88 GcsBucket
additionally inherits fromObjectStorageBlock
- #85- Expose all blocks available in the collection to top level init - #88
- Inherit
CredentialsBlock
inGcpCredentials
- #92
Fixed
- Warning stating
Failed to load collection 'prefect_gcp_aiplatform'
- #87
v0.1.8
v0.1.7
v0.1.6
v0.1.5
v0.1.4
0.1.4
Released on September 19th, 2022.
Added
CloudRunJob
infrastructure block - #48GcsBucket
block - #41external_config
keyword argument inbigquery_create_table
task - #53content_type
keyword argument incloud_storage_upload_blob_from_file
task - #47**kwargs
for all tasks in the modulecloud_storage.py
- #47
Changed
- Made
schema
keyword argument optional inbigquery_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
usingGcpCredentials.service_account_info
inprefect-dbt
- #44