Skip to content

Commit

Permalink
confluent updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyaven committed Nov 11, 2024
1 parent ef8de33 commit 651517a
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,27 +126,27 @@ SELECT

<TabItem value="required">

```sql
/*+ create */
INSERT INTO confluent.flink_artifacts.flink_artifacts (
data__cloud,
```sql
/*+ create */
INSERT INTO confluent.flink_artifacts.flink_artifacts (
data__cloud,
data__region,
data__environment,
data__display_name,
data__class,
data__upload_source,
cloud,
region
)
SELECT
'{{ cloud }}',
)
SELECT
'{{ cloud }}',
'{{ region }}',
'{{ environment }}',
'{{ display_name }}',
'{{ class }}',
'{{ upload_source }}'
;
```
;
```
</TabItem>

<TabItem value="manifest">
Expand Down

0 comments on commit 651517a

Please sign in to comment.