-
Requires changing the pip_url in https://github.com/meltano/hub/blob/main/_data/meltano/orchestrators/airflow/apache.yml, as well as `core.sql_alchemy_conn` which is now `database.sql_alchemy_conn` (w…
-
Dentro del repo web_services crear un proyecto para anomlay
Usando sql alchemy, para facilitar la integracion futura con db_pluggins
Crear modelo para guardar anomalias, uno para el top y uno para …
-
### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsn…
-
### Description
Based on [this](https://github.com/apache/airflow/discussions/30283) discussion.
Currrently there is no way to use token identity to authenticate with amazon RDS without a fairly sig…
-
## Problem statement
Better typing is better code
## High-level Goals
In so many words, fully typed ORM support (see [2.0 Features](https://docs.sqlalchemy.org/en/20/changelog/whatsnew_20.html#ne…
-
### Version
Command-line (Python) version
### Operating System
Linux (other)
### What happened?
When I am running through tasks on the command line I get the following break down and error stack …
-
1. Run sql directly in `sqlalchemy.text` [Code Block](https://github.com/TylerNP/365MM-/blob/main/src/api/groups.py#L77-L90)
It makes sense to declare a variable containing the sql to execute in in…
-
Using a JDBC connection I could set up a read-only connection to Hive. Is there a way to do this with Python and PyHive? Let's assume that creating a read-only role on Hive itself is not an option. …
-
Tried running the 'to_snowflake' module which in turn invokes 'ensure_db' module to check object existence. SQL Alchemy create engine doesn't execute successfully when we use SSH Keypair authenticatio…
-
Should I construct the query using SQL alchemy, or can I just execute the query using the driver directly while parsing the arguments into an fstring?