Skip to content

Commit

Permalink
Update aggregate block metadata with prefect-monte-carlo v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-robot committed Oct 6, 2023
1 parent b2ea8de commit 02a5f82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions views/aggregate-block-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7611,8 +7611,8 @@
"monte-carlo-credentials": {
"name": "Monte Carlo Credentials",
"slug": "monte-carlo-credentials",
"logo_url": "https://cdn.sanity.io/images/3ugk85nk/production/624870fcf18298f6bf0efb55046e50765620eabd-72x72.png",
"documentation_url": null,
"logo_url": "https://images.ctfassets.net/gm98wzqotmnx/5OqrPNRdLMvqZzxo9f6Z25/f920dff0f1201fc014b0b083a6d2fdb1/image.png?h=250",
"documentation_url": "https://prefecthq.github.io/prefect-monte-carlo/credentials/#prefect_monte_carlo.credentials.MonteCarloCredentials",
"description": "Block used to manage Monte Carlo authentication. This block is part of the prefect-monte-carlo collection. Install prefect-monte-carlo with `pip install prefect-monte-carlo` to use this block.",
"code_example": "Load stored Monte Carlo credentials:\n```python\nfrom prefect_monte_carlo.credentials import MonteCarloCredentials\nmontecarlo_credentials_block = MonteCarloCredentials.load(\"BLOCK_NAME\")\n```",
"block_schema": {
Expand Down Expand Up @@ -7652,7 +7652,7 @@
"block_schema_references": {}
},
"capabilities": [],
"version": "0.1.0"
"version": "0.2.0"
}
}
}
Expand Down

0 comments on commit 02a5f82

Please sign in to comment.