From 97269de13d12a2c5618341bb21c5b9249883d70c Mon Sep 17 00:00:00 2001 From: dbbnicole Date: Wed, 24 May 2023 21:20:56 +0000 Subject: [PATCH] Remove AMOV ticker which ceases to have data --- 01_var_market_etl.py | 1 - RUNME.py | 16 ++++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/01_var_market_etl.py b/01_var_market_etl.py index 0be1110..a0fb7de 100644 --- a/01_var_market_etl.py +++ b/01_var_market_etl.py @@ -26,7 +26,6 @@ COLOMBIA,Ecopetrol S.A.,EC,Oil & Gas Producers COLOMBIA,Grupo Aval Acciones y Valores S.A,AVAL,Financial Services MEXICO,"América Móvil, S.A.B. de C.V.",AMX,Mobile Telecommunications -MEXICO,América Móvil SAB de CV Sponsored ADR Class A,AMOV,Mobile Telecommunications MEXICO,CEMEX S.A.B. de C.V. (CEMEX),CX,Construction & Materials MEXICO,"Coca-Cola FEMSA, S.A.B. de C.V.",KOF,Beverages MEXICO,"Controladora Vuela Compañía de Aviación, S.A.B. de C.V",VLRS,Travel & Leisure diff --git a/RUNME.py b/RUNME.py index 9cdc048..4f82db1 100644 --- a/RUNME.py +++ b/RUNME.py @@ -1,24 +1,24 @@ # Databricks notebook source # MAGIC %md This notebook sets up the companion cluster(s) to run the solution accelerator. It also creates the Workflow to illustrate the order of execution. Happy exploring! # MAGIC 🎉 -# MAGIC +# MAGIC # MAGIC **Steps** -# MAGIC 1. Simply attach this notebook to a cluster with DBR 11.0 and above, and hit Run-All for this notebook. A multi-step job and the clusters used in the job will be created for you and hyperlinks are printed on the last block of the notebook. -# MAGIC +# MAGIC 1. Simply attach this notebook to a cluster and hit Run-All for this notebook. A multi-step job and the clusters used in the job will be created for you and hyperlinks are printed on the last block of the notebook. +# MAGIC # MAGIC 2. Run the accelerator notebooks: Feel free to explore the multi-step job page and **run the Workflow**, or **run the notebooks interactively** with the cluster to see how this solution accelerator executes. -# MAGIC +# MAGIC # MAGIC 2a. **Run the Workflow**: Navigate to the Workflow link and hit the `Run Now` 💥. # MAGIC # MAGIC 2b. **Run the notebooks interactively**: Attach the notebook with the cluster(s) created and execute as described in the `job_json['tasks']` below. -# MAGIC +# MAGIC # MAGIC **Prerequisites** # MAGIC 1. You need to have cluster creation permissions in this workspace. -# MAGIC +# MAGIC # MAGIC 2. In case the environment has cluster-policies that interfere with automated deployment, you may need to manually create the cluster in accordance with the workspace cluster policy. The `job_json` definition below still provides valuable information about the configuration these series of notebooks should run with. -# MAGIC +# MAGIC # MAGIC **Notes** # MAGIC 1. The pipelines, workflows and clusters created in this script are not user-specific. Keep in mind that rerunning this script again after modification resets them for other users too. -# MAGIC +# MAGIC # MAGIC 2. If the job execution fails, please confirm that you have set up other environment dependencies as specified in the accelerator notebooks. Accelerators may require the user to set up additional cloud infra or secrets to manage credentials. # COMMAND ----------