Skip to content

Commit

Permalink
fix managed doc (#31521)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedabu98 authored Jun 5, 2024
1 parent a36857f commit 6cbf144
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
* }</pre>
*
* <p>Instead of specifying configuration arguments directly in the code, one can provide the
* location to a YAML file that contains this information. Say we have the following YAML file:
* location to a YAML file that contains this information. Say we have the following {@code
* config.yaml} file:
*
* <pre>{@code
* foo: "abc"
Expand All @@ -74,7 +75,7 @@
* <pre>{@code
* PCollection<Row> inputRows = pipeline.apply(Create.of(...));
*
* input.apply(Managed.write(ICEBERG).withConfigUrl(<config path>));
* inputRows.apply(Managed.write(ICEBERG).withConfigUrl("path/to/config.yaml"));
* }</pre>
*/
public class Managed {
Expand Down

0 comments on commit 6cbf144

Please sign in to comment.