Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ protected PipelineOperator.Config createConfig(LaunchInfo info) {
private Map<String, String> getCatalogProperties() {
return Map.of(
"type", "rest",
"uri", "https://biglake.googleapis.com/iceberg/v1beta/restcatalog",
"uri", "https://biglake.googleapis.com/iceberg/v1/restcatalog",
"warehouse", "gs://" + warehouseGcsResourceManager.getBucket(),
"header.x-goog-user-project", PROJECT,
"rest.auth.type", "org.apache.iceberg.gcp.auth.GoogleAuthManager");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ protected PipelineOperator.Config createConfig(LaunchInfo info) {
private Map<String, String> getCatalogProperties() {
return Map.of(
"type", "rest",
"uri", "https://biglake.googleapis.com/iceberg/v1beta/restcatalog",
"uri", "https://biglake.googleapis.com/iceberg/v1/restcatalog",
"warehouse", "gs://" + warehouseGcsResourceManager.getBucket(),
"header.x-goog-user-project", PROJECT,
"rest.auth.type", "org.apache.iceberg.gcp.auth.GoogleAuthManager");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ protected PipelineOperator.Config createConfig(LaunchInfo info) {
private Map<String, String> getCatalogProperties() {
return Map.of(
"type", "rest",
"uri", "https://biglake.googleapis.com/iceberg/v1beta/restcatalog",
"uri", "https://biglake.googleapis.com/iceberg/v1/restcatalog",
"warehouse", "gs://" + warehouseGcsResourceManager.getBucket(),
"header.x-goog-user-project", PROJECT,
"rest.auth.type", "org.apache.iceberg.gcp.auth.GoogleAuthManager");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ protected PipelineOperator.Config createConfig(LaunchInfo info) {
private Map<String, String> getCatalogProperties() {
return Map.of(
"type", "rest",
"uri", "https://biglake.googleapis.com/iceberg/v1beta/restcatalog",
"uri", "https://biglake.googleapis.com/iceberg/v1/restcatalog",
"warehouse", "gs://" + warehouseGcsResourceManager.getBucket(),
"header.x-goog-user-project", PROJECT,
"rest.auth.type", "org.apache.iceberg.gcp.auth.GoogleAuthManager");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ private Map<String, String> getCatalogProperties() {
"type",
"rest",
"uri",
"https://biglake.googleapis.com/iceberg/v1beta/restcatalog",
"https://biglake.googleapis.com/iceberg/v1/restcatalog",
"warehouse",
"gs://" + warehouseGcsResourceManager.getBucket(),
"header.x-goog-user-project",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ protected PipelineOperator.Config createConfig(LaunchInfo info) {
private Map<String, String> getCatalogProperties() {
return Map.of(
"type", "rest",
"uri", "https://biglake.googleapis.com/iceberg/v1beta/restcatalog",
"uri", "https://biglake.googleapis.com/iceberg/v1/restcatalog",
"warehouse", "gs://" + warehouseGcsResourceManager.getBucket(),
"header.x-goog-user-project", PROJECT,
"rest.auth.type", "org.apache.iceberg.gcp.auth.GoogleAuthManager");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ protected PipelineOperator.Config createConfig(LaunchInfo info) {
private Map<String, String> getCatalogProperties() {
return Map.of(
"type", "rest",
"uri", "https://biglake.googleapis.com/iceberg/v1beta/restcatalog",
"uri", "https://biglake.googleapis.com/iceberg/v1/restcatalog",
"warehouse", "gs://" + warehouseGcsResourceManager.getBucket(),
"header.x-goog-user-project", PROJECT,
"rest.auth.type", "org.apache.iceberg.gcp.auth.GoogleAuthManager");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ protected PipelineOperator.Config createConfig(LaunchInfo info) {
private Map<String, String> getCatalogProperties() {
return Map.of(
"type", "rest",
"uri", "https://biglake.googleapis.com/iceberg/v1beta/restcatalog",
"uri", "https://biglake.googleapis.com/iceberg/v1/restcatalog",
"warehouse", "gs://" + gcsClient.getBucket(),
"header.x-goog-user-project", PROJECT,
"rest.auth.type", "org.apache.iceberg.gcp.auth.GoogleAuthManager");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ protected PipelineOperator.Config createConfig(LaunchInfo info) {
private Map<String, String> getCatalogProperties() {
return Map.of(
"type", "rest",
"uri", "https://biglake.googleapis.com/iceberg/v1beta/restcatalog",
"uri", "https://biglake.googleapis.com/iceberg/v1/restcatalog",
"warehouse", "gs://" + warehouseGcsResourceManager.getBucket(),
"header.x-goog-user-project", PROJECT,
"rest.auth.type", "org.apache.iceberg.gcp.auth.GoogleAuthManager");
Expand Down
Loading