Skip to content

Commit

Permalink
chore: fix orchestration-airflow docs (#13355)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmayr authored Dec 12, 2024
1 parent d3e4f8d commit 44761a8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -866,10 +866,13 @@ class UserWorkloadsSecret(proto.Message):
Example:
{
"example": "ZXhhbXBsZV92YWx1ZQ==",
"another-example":
"YW5vdGhlcl9leGFtcGxlX3ZhbHVl" }
.. code-block:: json
{
"example": "ZXhhbXBsZV92YWx1ZQ==",
"another-example": "YW5vdGhlcl9leGFtcGxlX3ZhbHVl"
}
"""

name: str = proto.Field(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -918,10 +918,13 @@ class UserWorkloadsSecret(proto.Message):
Example:
{
"example": "ZXhhbXBsZV92YWx1ZQ==",
"another-example":
"YW5vdGhlcl9leGFtcGxlX3ZhbHVl" }
.. code-block:: json
{
"example": "ZXhhbXBsZV92YWx1ZQ==",
"another-example": "YW5vdGhlcl9leGFtcGxlX3ZhbHVl"
}
"""

name: str = proto.Field(
Expand Down

0 comments on commit 44761a8

Please sign in to comment.