You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bin jetzt mal im branch fix_florian den code uploading_eddy und upload_hyras durchgegangen.
hierbei sind beim code uploading_eddy folgende errrors aufgetreten:
AttributeError: module 'metacatalog.ext' has no attribute 'activate_extension'
FileNotFoundError: [Errno 2] No such file or directory: 'data/Fendt/Fendt_TK2_result_header.csv'
FileNotFoundError: [Errno 2] No such file or directory: 'data/Fendt/Datenübersicht_Fendt_FastData.xlsx'
NameError: name 'df_TK' is not defined
NameError: name 'dat' is not defined
NameError: name 'data' is not defined
ProgrammingError: (raised as a result of Query-invoked autoflush; consider using a session.no_autoflush block if this flush is occurring prematurely)
(psycopg2.errors.UndefinedColumn) FEHLER: Spalte »variable_names« von Relation »datasources« existiert nicht
PendingRollbackError: This Session's transaction has been rolled back due to a previous exception during flush. To begin a new transaction with this Session, first issue Session.rollback(). Original exception was: (raised as a result of Query-invoked autoflush; consider using a session.no_autoflush block if this flush is occurring prematurely)
(psycopg2.errors.UndefinedColumn) FEHLER: Spalte »variable_names« von Relation »datasources« existiert nicht
sind einige, und kann schlecht beurteilen, was das für Fehler sind und ob das Problem bei mir auf dem Laptop liegt oder ob der code einfach nicht funktioniert.
The text was updated successfully, but these errors were encountered:
Bin jetzt mal im branch fix_florian den code uploading_eddy und upload_hyras durchgegangen.
hierbei sind beim code uploading_eddy folgende errrors aufgetreten:
(psycopg2.errors.UndefinedColumn) FEHLER: Spalte »variable_names« von Relation »datasources« existiert nicht
(psycopg2.errors.UndefinedColumn) FEHLER: Spalte »variable_names« von Relation »datasources« existiert nicht
sind einige, und kann schlecht beurteilen, was das für Fehler sind und ob das Problem bei mir auf dem Laptop liegt oder ob der code einfach nicht funktioniert.
The text was updated successfully, but these errors were encountered: