I am running this script on Jupyter Notebook (engine python 3.6):
pd.read_sql('''select * from giadb.staging_eban limit 1''',engine)
The engine is created with SQLAlchemy and it is a Hive connection. The table has 283 columns.
The statement remains in status [*] for an undefined time, wihtout having error messages We think that is a memory issue and we want to know if there is a way to check it. Some help? Thank you