Skip to content

aleury/prefect-gcp-mre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository provides a minimal reproducible example of an unexpected behavior exhibited by the GcsBucket class from the prefect-gcp package.

Setup

python -m venv .venv

source .venv/bin/activate

pip install -r requirements.txt

Step 1: Create a GcsBucket storage block

$ python build_gcs_bucket_block.py

Step 2: Copy the project to the GCS bucket

$ python example.py

Expected

The current working directory is uploaded to the bucket path

gs://prefect-gcp-mre/example/v0.1.0/

Observed

The current working directory is upload to the bucket path

gs://prefect-gcp-mre/example/v0.1.0/example/v0.1.0/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages