Skip to content

Commit

Permalink
fix placeholders for compile_pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
renato-rudnicki committed Aug 28, 2024
1 parent b898d52 commit f6c0684
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
from typing import NamedTuple

# Replace with your non-prod project ID
PROJECT_ID = "{prj-n-mlmachine-learning-id}"
PROJECT_ID = "{PRJ_N_MACHINE_LEARNING_ID}"
# Replace with your region only if different
REGION = "us-central1"
# Replace with your bucket's uri
BUCKET_URI = "gs://{your-bucket-name}"
BUCKET_URI = "gs://{NON_PROD_BUCKET_NAME}"

KFP_COMPONENTS_PATH = "components"
SRC = "src"
BUILD = "build"
# Replace {artifact-project} and {artifact-repository}
# with your artifact project and repository
Image = f"us-central1-docker.pkg.dev/{your-artifact-project}/c-publish-artifacts/vertexpipeline:v2"
Image = f"us-central1-docker.pkg.dev/{COMMOM_ARTIFACTS_PRJ_ID}/c-publish-artifacts/vertexpipeline:v2"


DATA_URL = f'{BUCKET_URI}/data'
Expand Down

0 comments on commit f6c0684

Please sign in to comment.