diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 360481afe..46815e224 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,8 @@ jobs: cache: npm - name: Run Antora run: ./buildw + - name: Add static resources + run: cp -fr ./static/. ./build/site/ - name: PR Number run: echo "PR-${{ github.event.pull_request.number }}" - name: Deploy PR Preview diff --git a/README.md b/README.md index baa50ea6a..ee9c0c20a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ + +# 🚧 Repository Archived 🚧 + +**NOTE:** This repository and its contents are no longer actively maintained and have been moved to the [Developer resources repository](https://github.com/teradata/developer-resources) 🛠️ + + # Teradata Vantage Getting Started Guides Tutorials for learning the Teradata Vantage database. The documents use the AsciiDoc format. The website is built with Antora. diff --git a/generate-redirects.js b/generate-redirects.js new file mode 100644 index 000000000..f8ddf1e9a --- /dev/null +++ b/generate-redirects.js @@ -0,0 +1,90 @@ +const fs = require('fs'); +const path = require('path'); + +// JSON data +const data = { + "teradata-vantage-engine-architecture-and-concepts.html": "https://developers.teradata.com/quickstarts/introduction/teradata-vantage-engine-architecture-and-concepts/", + "getting.started.vmware.html": "https://developers.teradata.com/quickstarts/get-access-to-vantage/on-your-local/getting-started-vmware/", + "getting.started.vbox.html": "https://developers.teradata.com/quickstarts/get-access-to-vantage/on-your-local/getting-started-vbox/", + "getting.started.utm.html": "https://developers.teradata.com/quickstarts/get-access-to-vantage/on-your-local/run-vantage-express-on-utm/", + "run-vantage-express-on-aws.html": "https://developers.teradata.com/quickstarts/get-access-to-vantage/on-your-cloud-infrastructure/run-vantage-express-on-aws/", + "vantage.express.gcp.html": "https://developers.teradata.com/quickstarts/get-access-to-vantage/on-your-cloud-infrastructure/vantage-express-gcp/", + "run-vantage-express-on-microsoft-azure.html": "https://developers.teradata.com/quickstarts/get-access-to-vantage/on-your-cloud-infrastructure/run-vantage-express-on-microsoft-azure/", + "getting-started-with-csae.html": "https://developers.teradata.com/quickstarts/get-access-to-vantage/clearscape-analytics-experience/getting-started-with-csae/", + "install-teradata-studio-on-mac-m1-m2.html": "https://developers.teradata.com/quickstarts/connect-to-vantage/install-teradata-studio-on-mac-m1-m2/", + "other-integrations/configure-a-teradata-vantage-connection-in-dbeaver.html": "https://developers.teradata.com/quickstarts/connect-to-vantage/configure-a-teradata-vantage-connection-in-dbeaver/", + "odbc.ubuntu.html": "https://developers.teradata.com/quickstarts/connect-to-vantage/configure-odbc/ubuntu/", + "nos.html": "https://developers.teradata.com/quickstarts/manage-data/nos/", + "select-the-right-data-ingestion-tools-for-teradata-vantage.html": "https://developers.teradata.com/quickstarts/manage-data/select-the-right-data-ingestion-tools-for-teradata-vantage/", + "airflow.html": "https://developers.teradata.com/quickstarts/manage-data/airflow/", + "dbt.html": "https://developers.teradata.com/quickstarts/manage-data/dbt/", + "advanced-dbt.html": "https://developers.teradata.com/quickstarts/manage-data/advanced-dbt/", + "modelops/using-feast-feature-store-with-teradata-vantage.html": "https://developers.teradata.com/quickstarts/manage-data/using-feast-feature-store-with-teradata-vantage/", + "other-integrations/getting.started.dbt-feast-teradata-pipeline.html": "https://developers.teradata.com/quickstarts/manage-data/getting-started-dbt-feast-teradata-pipeline/", + "elt/use-airbyte-to-load-data-from-external-sources-to-teradata-vantage.html": "https://developers.teradata.com/quickstarts/quickstarts/manage-data/use-airbyte-to-load-data-from-external-sources-to-teradata-vantage/", + "elt/terraform-airbyte-provider.html": "https://developers.teradata.com/quickstarts/manage-data/terraform-airbyte-provider/", + "elt/transforming-external-data-loaded-via-airbyte-in-teradata-vantage-using-dbt.html": "https://developers.teradata.com/quickstarts/quickstarts/manage-data/transforming-external-data-loaded-via-airbyte-in-teradata-vantage-using-dbt/", + "tools-and-utilities/run-bulkloads-efficiently-with-teradata-parallel-transporter.html": "https://developers.teradata.com/quickstarts/quickstarts/manage-data/run-bulkloads-efficiently-with-teradata-parallel-transporter/", + "create-parquet-files-in-object-storage.html": "https://developers.teradata.com/quickstarts/manage-data/create-parquet-files-in-object-storage/", + "other-integrations/execute-airflow-workflows-that-use-dbt-with-teradata-vantage.html": "https://developers.teradata.com/quickstarts/manage-data/execute-airflow-workflows-that-use-dbt-with-teradata-vantage/", + "cloud-guides/integrate-teradata-vantage-to-salesforce-using-amazon-appflow.html": "https://developers.teradata.com/quickstarts/manage-data/integrate-teradata-vantage-to-salesforce-using-amazon-appflow/", + "segment.html": "https://developers.teradata.com/quickstarts/manage-data/segment/", + "cloud-guides/connect-azure-data-share-to-teradata-vantage.html": "https://developers.teradata.com/quickstarts/manage-data/connect-azure-data-share-to-teradata-vantage/", + "cloud-guides/integrate-teradata-vantage-with-google-cloud-data-catalog.html": "https://developers.teradata.com/quickstarts/manage-data/integrate-teradata-vantage-with-google-cloud-data-catalog/", + "other-integrations/configure-a-teradata-vantage-connection-in-datahub.html": "https://developers.teradata.com/quickstarts/manage-data/configure-a-teradata-vantage-connection-in-datahub/", + "jdbc.html": "https://developers.teradata.com/quickstarts/create-applications/jdbc/", + "teradatasql.html": "https://developers.teradata.com/quickstarts/create-applications/teradatasql/", + "mule.jdbc.example.html": "https://developers.teradata.com/quickstarts/create-applications/mule-dbc-example/", + "query-service/send-queries-using-rest-api.html": "https://developers.teradata.com/quickstarts/create-applications/send-queries-using-rest-api/", + "jupyter.html": "https://developers.teradata.com/quickstarts/analyze-data/jupyter/", + "local.jupyter.hub.html": "https://developers.teradata.com/quickstarts/analyze-data/local-jupyter-hub/", + "ml.html": "https://developers.teradata.com/quickstarts/analyze-data/ml/", + "sto.html": "https://developers.teradata.com/quickstarts/analyze-data/sto/", + "perform-time-series-analysis-using-teradata-vantage.html": "https://developers.teradata.com/quickstarts/analyze-data/perform-time-series-analysis-using-teradata-vantage/", + "modelops/deploy-and-monitor-machine-learning-models-with-teradata-modelops-and-byom.html": "https://developers.teradata.com/quickstarts/analyze-data/deploy-and-monitor-machine-learning-models-with-teradata-modelops-and-byom/", + "modelops/deploy-and-monitor-machine-learning-models-with-teradata-modelops-and-git.html": "https://developers.teradata.com/quickstarts/analyze-data/deploy-and-monitor-machine-learning-models-with-teradata-modelops-and-git/", + "modelops/execute-airflow-workflows-with-clearscape-analytics-modelops-model-factory-solution.html": "https://developers.teradata.com/quickstarts/quickstarts/analyze-data/execute-airflow-workflows-with-clearscape-analytics-modelops-model-factory-solution/", + "cloud-guides/sagemaker-with-teradata-vantage.html": "https://developers.teradata.com/quickstarts/analyze-data/sagemaker-with-teradata-vantage/", + "cloud-guides/use-teradata-vantage-with-azure-machine-learning-studio.html": "https://developers.teradata.com/quickstarts/analyze-data/use-teradata-vantage-with-azure-machine-learning-studio/", + "cloud-guides/integrate-teradata-jupyter-extensions-with-google-vertex-ai.html": "https://developers.teradata.com/quickstarts/analyze-data/integrate-teradata-jupyter-extensions-with-google-vertex-ai/", + "cloud-guides/integrate-teradata-jupyter-extensions-with-sagemaker.html": "https://developers.teradata.com/quickstarts/analyze-data/integrate-teradata-jupyter-extensions-with-sagemaker/", + "business-intelligence/create-stunning-visualizations-in-power-bi-using-data-from-teradata-vantage.html": "https://developers.teradata.com/quickstarts/quickstarts/analyze-data/create-stunning-visualizations-in-power-bi-using-data-from-teradata-vantage/", + "other-integrations/integrate-teradata-vantage-with-knime.html": "https://developers.teradata.com/quickstarts/analyze-data/integrate-teradata-vantage-with-knime/", + "getting-started-with-vantagecloud-lake.html": "https://developers.teradata.com/quickstarts/vantagecloud-lake/getting-started-with-vantagecloud-lake/", + "vantagecloud-lake/vantagecloud-lake-demo-jupyter-docker.html": "https://developers.teradata.com/quickstarts/vantagecloud-lake/vantagecloud-lake-demo-jupyter-docker/", + "vantagecloud-lake/vantagecloud-lake-demos-visual-studio-code.html": "https://developers.teradata.com/quickstarts/vantagecloud-lake/vantagecloud-lake-demos-visual-studio-code/", + "vantagecloud-lake/vantagecloud-lake-demo-jupyter-sagemaker.html": "https://developers.teradata.com/quickstarts/vantagecloud-lake/vantagecloud-lake-demo-jupyter-sagemaker/", + "vantagecloud-lake/vantagecloud-lake-demo-jupyter-google-cloud-vertex-ai.html": "https://developers.teradata.com/quickstarts/vantagecloud-lake/vantagecloud-lake-demo-jupyter-google-cloud-vertex-ai/", + "vantagecloud-lake/vantagecloud-lake-demo-jupyter-azure.html": "https://developers.teradata.com/quickstarts/vantagecloud-lake/vantagecloud-lake-demo-jupyter-azure/" +}; + +// Template generator function +function generateHTML(url) { + return ` + + + + + +
The page you requested has been relocated to ${url}.
`; +} + +// Directory where the files will be saved +const outputDir = path.join(__dirname, 'static'); +if (!fs.existsSync(outputDir)) { + fs.mkdirSync(outputDir); +} + +// Loop through the JSON data +Object.keys(data).forEach(fileName => { + const url = data[fileName]; + const htmlContent = generateHTML(url); + + // Write the HTML content to a file + const filePath = path.join(outputDir, fileName); + fs.writeFileSync(filePath, htmlContent, { recursive: true, encoding: 'utf-8' }); + + console.log(`File created: ${filePath}`); +}); diff --git a/static/advanced-dbt.html b/static/advanced-dbt.html new file mode 100644 index 000000000..94ad5724a --- /dev/null +++ b/static/advanced-dbt.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/manage-data/advanced-dbt/.
\ No newline at end of file diff --git a/static/airflow.html b/static/airflow.html new file mode 100644 index 000000000..e715a0c2d --- /dev/null +++ b/static/airflow.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/manage-data/airflow/.
\ No newline at end of file diff --git a/static/business-intelligence/create-stunning-visualizations-in-power-bi-using-data-from-teradata-vantage.html b/static/business-intelligence/create-stunning-visualizations-in-power-bi-using-data-from-teradata-vantage.html new file mode 100644 index 000000000..d589f876a --- /dev/null +++ b/static/business-intelligence/create-stunning-visualizations-in-power-bi-using-data-from-teradata-vantage.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/quickstarts/analyze-data/create-stunning-visualizations-in-power-bi-using-data-from-teradata-vantage/.
\ No newline at end of file diff --git a/static/cloud-guides/connect-azure-data-share-to-teradata-vantage.html b/static/cloud-guides/connect-azure-data-share-to-teradata-vantage.html new file mode 100644 index 000000000..07f4a2510 --- /dev/null +++ b/static/cloud-guides/connect-azure-data-share-to-teradata-vantage.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/manage-data/connect-azure-data-share-to-teradata-vantage/.
\ No newline at end of file diff --git a/static/cloud-guides/integrate-teradata-jupyter-extensions-with-google-vertex-ai.html b/static/cloud-guides/integrate-teradata-jupyter-extensions-with-google-vertex-ai.html new file mode 100644 index 000000000..3fcb34386 --- /dev/null +++ b/static/cloud-guides/integrate-teradata-jupyter-extensions-with-google-vertex-ai.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/analyze-data/integrate-teradata-jupyter-extensions-with-google-vertex-ai/.
\ No newline at end of file diff --git a/static/cloud-guides/integrate-teradata-jupyter-extensions-with-sagemaker.html b/static/cloud-guides/integrate-teradata-jupyter-extensions-with-sagemaker.html new file mode 100644 index 000000000..8ab9e2c33 --- /dev/null +++ b/static/cloud-guides/integrate-teradata-jupyter-extensions-with-sagemaker.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/analyze-data/integrate-teradata-jupyter-extensions-with-sagemaker/.
\ No newline at end of file diff --git a/static/cloud-guides/integrate-teradata-vantage-to-salesforce-using-amazon-appflow.html b/static/cloud-guides/integrate-teradata-vantage-to-salesforce-using-amazon-appflow.html new file mode 100644 index 000000000..b44c38d01 --- /dev/null +++ b/static/cloud-guides/integrate-teradata-vantage-to-salesforce-using-amazon-appflow.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/manage-data/integrate-teradata-vantage-to-salesforce-using-amazon-appflow/.
\ No newline at end of file diff --git a/static/cloud-guides/integrate-teradata-vantage-with-google-cloud-data-catalog.html b/static/cloud-guides/integrate-teradata-vantage-with-google-cloud-data-catalog.html new file mode 100644 index 000000000..7011f8de9 --- /dev/null +++ b/static/cloud-guides/integrate-teradata-vantage-with-google-cloud-data-catalog.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/manage-data/integrate-teradata-vantage-with-google-cloud-data-catalog/.
\ No newline at end of file diff --git a/static/cloud-guides/sagemaker-with-teradata-vantage.html b/static/cloud-guides/sagemaker-with-teradata-vantage.html new file mode 100644 index 000000000..bc6389775 --- /dev/null +++ b/static/cloud-guides/sagemaker-with-teradata-vantage.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/analyze-data/sagemaker-with-teradata-vantage/.
\ No newline at end of file diff --git a/static/cloud-guides/use-teradata-vantage-with-azure-machine-learning-studio.html b/static/cloud-guides/use-teradata-vantage-with-azure-machine-learning-studio.html new file mode 100644 index 000000000..3b037f649 --- /dev/null +++ b/static/cloud-guides/use-teradata-vantage-with-azure-machine-learning-studio.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/analyze-data/use-teradata-vantage-with-azure-machine-learning-studio/.
\ No newline at end of file diff --git a/static/create-parquet-files-in-object-storage.html b/static/create-parquet-files-in-object-storage.html new file mode 100644 index 000000000..73cb7eefe --- /dev/null +++ b/static/create-parquet-files-in-object-storage.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/manage-data/create-parquet-files-in-object-storage/.
\ No newline at end of file diff --git a/static/dbt.html b/static/dbt.html new file mode 100644 index 000000000..f82ea35d1 --- /dev/null +++ b/static/dbt.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/manage-data/dbt/.
\ No newline at end of file diff --git a/static/elt/terraform-airbyte-provider.html b/static/elt/terraform-airbyte-provider.html new file mode 100644 index 000000000..50407a007 --- /dev/null +++ b/static/elt/terraform-airbyte-provider.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/manage-data/terraform-airbyte-provider/.
\ No newline at end of file diff --git a/static/elt/transforming-external-data-loaded-via-airbyte-in-teradata-vantage-using-dbt.html b/static/elt/transforming-external-data-loaded-via-airbyte-in-teradata-vantage-using-dbt.html new file mode 100644 index 000000000..9b42c7638 --- /dev/null +++ b/static/elt/transforming-external-data-loaded-via-airbyte-in-teradata-vantage-using-dbt.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/quickstarts/manage-data/transforming-external-data-loaded-via-airbyte-in-teradata-vantage-using-dbt/.
\ No newline at end of file diff --git a/static/elt/use-airbyte-to-load-data-from-external-sources-to-teradata-vantage.html b/static/elt/use-airbyte-to-load-data-from-external-sources-to-teradata-vantage.html new file mode 100644 index 000000000..f3a0afe18 --- /dev/null +++ b/static/elt/use-airbyte-to-load-data-from-external-sources-to-teradata-vantage.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/quickstarts/manage-data/use-airbyte-to-load-data-from-external-sources-to-teradata-vantage/.
\ No newline at end of file diff --git a/static/getting-started-with-csae.html b/static/getting-started-with-csae.html new file mode 100644 index 000000000..329a214b8 --- /dev/null +++ b/static/getting-started-with-csae.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/get-access-to-vantage/clearscape-analytics-experience/getting-started-with-csae/.
\ No newline at end of file diff --git a/static/getting-started-with-vantagecloud-lake.html b/static/getting-started-with-vantagecloud-lake.html new file mode 100644 index 000000000..865f8a688 --- /dev/null +++ b/static/getting-started-with-vantagecloud-lake.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/vantagecloud-lake/getting-started-with-vantagecloud-lake/.
\ No newline at end of file diff --git a/static/getting.started.utm.html b/static/getting.started.utm.html new file mode 100644 index 000000000..9df8df219 --- /dev/null +++ b/static/getting.started.utm.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/get-access-to-vantage/on-your-local/run-vantage-express-on-utm/.
\ No newline at end of file diff --git a/static/getting.started.vbox.html b/static/getting.started.vbox.html new file mode 100644 index 000000000..fcb6b2f2a --- /dev/null +++ b/static/getting.started.vbox.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/get-access-to-vantage/on-your-local/getting-started-vbox/.
\ No newline at end of file diff --git a/static/getting.started.vmware.html b/static/getting.started.vmware.html new file mode 100644 index 000000000..415094363 --- /dev/null +++ b/static/getting.started.vmware.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/get-access-to-vantage/on-your-local/getting-started-vmware/.
\ No newline at end of file diff --git a/static/install-teradata-studio-on-mac-m1-m2.html b/static/install-teradata-studio-on-mac-m1-m2.html new file mode 100644 index 000000000..aeb6043a4 --- /dev/null +++ b/static/install-teradata-studio-on-mac-m1-m2.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/connect-to-vantage/install-teradata-studio-on-mac-m1-m2/.
\ No newline at end of file diff --git a/static/jdbc.html b/static/jdbc.html new file mode 100644 index 000000000..9e20caded --- /dev/null +++ b/static/jdbc.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/create-applications/jdbc/.
\ No newline at end of file diff --git a/static/jupyter.html b/static/jupyter.html new file mode 100644 index 000000000..7c5d644bc --- /dev/null +++ b/static/jupyter.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/analyze-data/jupyter/.
\ No newline at end of file diff --git a/static/local.jupyter.hub.html b/static/local.jupyter.hub.html new file mode 100644 index 000000000..24d423291 --- /dev/null +++ b/static/local.jupyter.hub.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/analyze-data/local-jupyter-hub/.
\ No newline at end of file diff --git a/static/ml.html b/static/ml.html new file mode 100644 index 000000000..98f2da8f4 --- /dev/null +++ b/static/ml.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/analyze-data/ml/.
\ No newline at end of file diff --git a/static/modelops/deploy-and-monitor-machine-learning-models-with-teradata-modelops-and-byom.html b/static/modelops/deploy-and-monitor-machine-learning-models-with-teradata-modelops-and-byom.html new file mode 100644 index 000000000..315ae2a3b --- /dev/null +++ b/static/modelops/deploy-and-monitor-machine-learning-models-with-teradata-modelops-and-byom.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/analyze-data/deploy-and-monitor-machine-learning-models-with-teradata-modelops-and-byom/.
\ No newline at end of file diff --git a/static/modelops/deploy-and-monitor-machine-learning-models-with-teradata-modelops-and-git.html b/static/modelops/deploy-and-monitor-machine-learning-models-with-teradata-modelops-and-git.html new file mode 100644 index 000000000..80f795091 --- /dev/null +++ b/static/modelops/deploy-and-monitor-machine-learning-models-with-teradata-modelops-and-git.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/analyze-data/deploy-and-monitor-machine-learning-models-with-teradata-modelops-and-git/.
\ No newline at end of file diff --git a/static/modelops/execute-airflow-workflows-with-clearscape-analytics-modelops-model-factory-solution.html b/static/modelops/execute-airflow-workflows-with-clearscape-analytics-modelops-model-factory-solution.html new file mode 100644 index 000000000..40e2b7ead --- /dev/null +++ b/static/modelops/execute-airflow-workflows-with-clearscape-analytics-modelops-model-factory-solution.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/quickstarts/analyze-data/execute-airflow-workflows-with-clearscape-analytics-modelops-model-factory-solution/.
\ No newline at end of file diff --git a/static/modelops/using-feast-feature-store-with-teradata-vantage.html b/static/modelops/using-feast-feature-store-with-teradata-vantage.html new file mode 100644 index 000000000..9b4fdea1f --- /dev/null +++ b/static/modelops/using-feast-feature-store-with-teradata-vantage.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/manage-data/using-feast-feature-store-with-teradata-vantage/.
\ No newline at end of file diff --git a/static/mule.jdbc.example.html b/static/mule.jdbc.example.html new file mode 100644 index 000000000..57073a1d3 --- /dev/null +++ b/static/mule.jdbc.example.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/create-applications/mule-dbc-example/.
\ No newline at end of file diff --git a/static/nos.html b/static/nos.html new file mode 100644 index 000000000..1979c45d8 --- /dev/null +++ b/static/nos.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/manage-data/nos/.
\ No newline at end of file diff --git a/static/odbc.ubuntu.html b/static/odbc.ubuntu.html new file mode 100644 index 000000000..91d056fb9 --- /dev/null +++ b/static/odbc.ubuntu.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/connect-to-vantage/configure-odbc/ubuntu/.
\ No newline at end of file diff --git a/static/other-integrations/configure-a-teradata-vantage-connection-in-datahub.html b/static/other-integrations/configure-a-teradata-vantage-connection-in-datahub.html new file mode 100644 index 000000000..3a8cd6681 --- /dev/null +++ b/static/other-integrations/configure-a-teradata-vantage-connection-in-datahub.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/manage-data/configure-a-teradata-vantage-connection-in-datahub/.
\ No newline at end of file diff --git a/static/other-integrations/configure-a-teradata-vantage-connection-in-dbeaver.html b/static/other-integrations/configure-a-teradata-vantage-connection-in-dbeaver.html new file mode 100644 index 000000000..a72b1ebab --- /dev/null +++ b/static/other-integrations/configure-a-teradata-vantage-connection-in-dbeaver.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/connect-to-vantage/configure-a-teradata-vantage-connection-in-dbeaver/.
\ No newline at end of file diff --git a/static/other-integrations/execute-airflow-workflows-that-use-dbt-with-teradata-vantage.html b/static/other-integrations/execute-airflow-workflows-that-use-dbt-with-teradata-vantage.html new file mode 100644 index 000000000..343a7f5b7 --- /dev/null +++ b/static/other-integrations/execute-airflow-workflows-that-use-dbt-with-teradata-vantage.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/manage-data/execute-airflow-workflows-that-use-dbt-with-teradata-vantage/.
\ No newline at end of file diff --git a/static/other-integrations/getting.started.dbt-feast-teradata-pipeline.html b/static/other-integrations/getting.started.dbt-feast-teradata-pipeline.html new file mode 100644 index 000000000..6d49cde9b --- /dev/null +++ b/static/other-integrations/getting.started.dbt-feast-teradata-pipeline.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/manage-data/getting-started-dbt-feast-teradata-pipeline/.
\ No newline at end of file diff --git a/static/other-integrations/integrate-teradata-vantage-with-knime.html b/static/other-integrations/integrate-teradata-vantage-with-knime.html new file mode 100644 index 000000000..9304cc252 --- /dev/null +++ b/static/other-integrations/integrate-teradata-vantage-with-knime.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/analyze-data/integrate-teradata-vantage-with-knime/.
\ No newline at end of file diff --git a/static/perform-time-series-analysis-using-teradata-vantage.html b/static/perform-time-series-analysis-using-teradata-vantage.html new file mode 100644 index 000000000..c88a05104 --- /dev/null +++ b/static/perform-time-series-analysis-using-teradata-vantage.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/analyze-data/perform-time-series-analysis-using-teradata-vantage/.
\ No newline at end of file diff --git a/static/query-service/send-queries-using-rest-api.html b/static/query-service/send-queries-using-rest-api.html new file mode 100644 index 000000000..9494e68ae --- /dev/null +++ b/static/query-service/send-queries-using-rest-api.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/create-applications/send-queries-using-rest-api/.
\ No newline at end of file diff --git a/static/run-vantage-express-on-aws.html b/static/run-vantage-express-on-aws.html new file mode 100644 index 000000000..d0b9c4111 --- /dev/null +++ b/static/run-vantage-express-on-aws.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/get-access-to-vantage/on-your-cloud-infrastructure/run-vantage-express-on-aws/.
\ No newline at end of file diff --git a/static/run-vantage-express-on-microsoft-azure.html b/static/run-vantage-express-on-microsoft-azure.html new file mode 100644 index 000000000..909cb1d96 --- /dev/null +++ b/static/run-vantage-express-on-microsoft-azure.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/get-access-to-vantage/on-your-cloud-infrastructure/run-vantage-express-on-microsoft-azure/.
\ No newline at end of file diff --git a/static/segment.html b/static/segment.html new file mode 100644 index 000000000..91ecc4587 --- /dev/null +++ b/static/segment.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/manage-data/segment/.
\ No newline at end of file diff --git a/static/select-the-right-data-ingestion-tools-for-teradata-vantage.html b/static/select-the-right-data-ingestion-tools-for-teradata-vantage.html new file mode 100644 index 000000000..5815d06e2 --- /dev/null +++ b/static/select-the-right-data-ingestion-tools-for-teradata-vantage.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/manage-data/select-the-right-data-ingestion-tools-for-teradata-vantage/.
\ No newline at end of file diff --git a/static/sto.html b/static/sto.html new file mode 100644 index 000000000..190ac99ef --- /dev/null +++ b/static/sto.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/analyze-data/sto/.
\ No newline at end of file diff --git a/static/teradata-vantage-engine-architecture-and-concepts.html b/static/teradata-vantage-engine-architecture-and-concepts.html new file mode 100644 index 000000000..19aaf915c --- /dev/null +++ b/static/teradata-vantage-engine-architecture-and-concepts.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/introduction/teradata-vantage-engine-architecture-and-concepts/.
\ No newline at end of file diff --git a/static/teradatasql.html b/static/teradatasql.html new file mode 100644 index 000000000..3af7cf411 --- /dev/null +++ b/static/teradatasql.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/create-applications/teradatasql/.
\ No newline at end of file diff --git a/static/tools-and-utilities/run-bulkloads-efficiently-with-teradata-parallel-transporter.html b/static/tools-and-utilities/run-bulkloads-efficiently-with-teradata-parallel-transporter.html new file mode 100644 index 000000000..2ba20de5d --- /dev/null +++ b/static/tools-and-utilities/run-bulkloads-efficiently-with-teradata-parallel-transporter.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/quickstarts/manage-data/run-bulkloads-efficiently-with-teradata-parallel-transporter/.
\ No newline at end of file diff --git a/static/vantage.express.gcp.html b/static/vantage.express.gcp.html new file mode 100644 index 000000000..094b5e0af --- /dev/null +++ b/static/vantage.express.gcp.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/get-access-to-vantage/on-your-cloud-infrastructure/vantage-express-gcp/.
\ No newline at end of file diff --git a/static/vantagecloud-lake/vantagecloud-lake-demo-jupyter-azure.html b/static/vantagecloud-lake/vantagecloud-lake-demo-jupyter-azure.html new file mode 100644 index 000000000..0d5a6ec0b --- /dev/null +++ b/static/vantagecloud-lake/vantagecloud-lake-demo-jupyter-azure.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/vantagecloud-lake/vantagecloud-lake-demo-jupyter-azure/.
\ No newline at end of file diff --git a/static/vantagecloud-lake/vantagecloud-lake-demo-jupyter-docker.html b/static/vantagecloud-lake/vantagecloud-lake-demo-jupyter-docker.html new file mode 100644 index 000000000..502a86e21 --- /dev/null +++ b/static/vantagecloud-lake/vantagecloud-lake-demo-jupyter-docker.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/vantagecloud-lake/vantagecloud-lake-demo-jupyter-docker/.
\ No newline at end of file diff --git a/static/vantagecloud-lake/vantagecloud-lake-demo-jupyter-google-cloud-vertex-ai.html b/static/vantagecloud-lake/vantagecloud-lake-demo-jupyter-google-cloud-vertex-ai.html new file mode 100644 index 000000000..a6190e5c6 --- /dev/null +++ b/static/vantagecloud-lake/vantagecloud-lake-demo-jupyter-google-cloud-vertex-ai.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/vantagecloud-lake/vantagecloud-lake-demo-jupyter-google-cloud-vertex-ai/.
\ No newline at end of file diff --git a/static/vantagecloud-lake/vantagecloud-lake-demo-jupyter-sagemaker.html b/static/vantagecloud-lake/vantagecloud-lake-demo-jupyter-sagemaker.html new file mode 100644 index 000000000..207dcc881 --- /dev/null +++ b/static/vantagecloud-lake/vantagecloud-lake-demo-jupyter-sagemaker.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/vantagecloud-lake/vantagecloud-lake-demo-jupyter-sagemaker/.
\ No newline at end of file diff --git a/static/vantagecloud-lake/vantagecloud-lake-demos-visual-studio-code.html b/static/vantagecloud-lake/vantagecloud-lake-demos-visual-studio-code.html new file mode 100644 index 000000000..68bac4b6e --- /dev/null +++ b/static/vantagecloud-lake/vantagecloud-lake-demos-visual-studio-code.html @@ -0,0 +1,9 @@ + + + + + + +The page you requested has been relocated to https://developers.teradata.com/quickstarts/vantagecloud-lake/vantagecloud-lake-demos-visual-studio-code/.
\ No newline at end of file