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

Cannot import Data from CSV #325

Open
zaheer-srushty opened this issue Oct 1, 2024 · 0 comments
Open

Cannot import Data from CSV #325

zaheer-srushty opened this issue Oct 1, 2024 · 0 comments

Comments

@zaheer-srushty
Copy link

This is the error being reported when I try to import a CSV file.

Traceback (most recent call last):
  File "apps/frappe/frappe/app.py", line 114, in application
    response = frappe.api.handle(request)
  File "apps/frappe/frappe/api/__init__.py", line 49, in handle
    data = endpoint(**arguments)
  File "apps/frappe/frappe/api/v1.py", line 36, in handle_rpc_call
    return frappe.handler.handle()
  File "apps/frappe/frappe/handler.py", line 49, in handle
    data = execute_cmd(cmd)
  File "apps/frappe/frappe/handler.py", line 85, in execute_cmd
    return frappe.call(method, **frappe.form_dict)
  File "apps/frappe/frappe/__init__.py", line 1775, in call
    return fn(*args, **newargs)
  File "apps/frappe/frappe/utils/typing_validations.py", line 31, in wrapper
    return func(*args, **kwargs)
  File "apps/insights/insights/decorators.py", line 34, in wrapper
    return function(*args, **kwargs)
  File "apps/insights/insights/decorators.py", line 165, in wrapper
    return function(*args, **kwargs)
  File "apps/insights/insights/decorators.py", line 143, in wrapper
    return func(*args, **kwargs)
  File "apps/insights/insights/api/__init__.py", line 157, in import_csv_data
    InsightsTablev3.create(ds.name, table_name)
AttributeError: type object 'InsightsTablev3' has no attribute 'create'
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

1 participant