Skip to content

Commit

Permalink
fix(bootstrap): fix early bootstrap mcps (#11605)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-leifker authored Oct 11, 2024
1 parent 36fc0c4 commit b5cf729
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,26 @@ bootstrap:

- name: data-platforms
version: v1
blocking: true
async: false
mcps_location: "bootstrap_mcps/data-platforms.yaml"

- name: data-types
version: v1
blocking: true
async: false
mcps_location: "bootstrap_mcps/data-types.yaml"

- name: ownership-types
version: v1
blocking: true
async: false
mcps_location: "bootstrap_mcps/ownership-types.yaml"

- name: roles
version: v1
blocking: true
async: false
mcps_location: "bootstrap_mcps/roles.yaml"

# Ingestion Recipes
Expand Down

0 comments on commit b5cf729

Please sign in to comment.