diff --git a/examples/rest-ingestion-example/README.md b/examples/ingest-from-rest-api-example/README.md similarity index 100% rename from examples/rest-ingestion-example/README.md rename to examples/ingest-from-rest-api-example/README.md diff --git a/examples/rest-ingestion-example/rest-ingest-job/10_delete_table.sql b/examples/ingest-from-rest-api-example/ingest-from-rest-api-example-job/10_delete_table.sql similarity index 100% rename from examples/rest-ingestion-example/rest-ingest-job/10_delete_table.sql rename to examples/ingest-from-rest-api-example/ingest-from-rest-api-example-job/10_delete_table.sql diff --git a/examples/rest-ingestion-example/rest-ingest-job/20_create_table.sql b/examples/ingest-from-rest-api-example/ingest-from-rest-api-example-job/20_create_table.sql similarity index 100% rename from examples/rest-ingestion-example/rest-ingest-job/20_create_table.sql rename to examples/ingest-from-rest-api-example/ingest-from-rest-api-example-job/20_create_table.sql diff --git a/examples/rest-ingestion-example/rest-ingest-job/30_rest_ingest.py b/examples/ingest-from-rest-api-example/ingest-from-rest-api-example-job/30_rest_ingest.py similarity index 90% rename from examples/rest-ingestion-example/rest-ingest-job/30_rest_ingest.py rename to examples/ingest-from-rest-api-example/ingest-from-rest-api-example-job/30_rest_ingest.py index 25e65bd954..eda7c1ba90 100644 --- a/examples/rest-ingestion-example/rest-ingest-job/30_rest_ingest.py +++ b/examples/ingest-from-rest-api-example/ingest-from-rest-api-example-job/30_rest_ingest.py @@ -1,4 +1,4 @@ -# Copyright (c) 2021 VMware, Inc. +# Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import requests