-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmainconfig.yaml
26 lines (25 loc) · 957 Bytes
/
mainconfig.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
site1:
project: 'mlops-helloworld'
region: 'us-central1'
docker_repo: 'us-central1-docker.pkg.dev/mlops-helloworld/docker-repo'
service_account: '[email protected]'
vertex_dataset_name: 'events'
raw_schema_dir: 'src/raw_schema'
bucket: 'mlops-helloworld-dev'
limit: 5000
version: 'v02'
cloudfunction_region: 'us-central1'
artifactregistry_region: 'us-central1'
python_pkg_repo: 'pyrepo'
bq:
dataset: 'site1'
location: 'us-central1'
source_table: 'events'
ml_table: 'events_ml'
dataflow:
subnet: 'https://www.googleapis.com/compute/v1/projects/mlops-helloworld/regions/us-central1/subnetworks/subnet-us-central1'
service_account: '[email protected]'
featurestore_id: 'events'
git:
repo_url: "[email protected]:kriszabala/vertexai_example"
branch: "dev"