Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors in "uploading_eddy" #24

Open
flofunk opened this issue Feb 12, 2024 · 1 comment
Open

Errors in "uploading_eddy" #24

flofunk opened this issue Feb 12, 2024 · 1 comment

Comments

@flofunk
Copy link
Collaborator

flofunk commented Feb 12, 2024

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.

@mmaelicke
Copy link
Member

Jep, die Fehler kommen alle von einer veralteten metacatalog version. Viele zumindest. Das können wir gemeinsam beheben.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants