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

AttributeError: 'dict' object has no attribute 'split' #107

Closed
pcoccoli opened this issue Aug 23, 2023 · 1 comment
Closed

AttributeError: 'dict' object has no attribute 'split' #107

pcoccoli opened this issue Aug 23, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@pcoccoli
Copy link
Collaborator

With azure_sentinel data and 2.3.26:

  File "/home/pcoccoli/github/firepit/firepit/aio/ingest.py", line 258, in translate
    new_col = _make_colname(col_mapping)
  File "/home/pcoccoli/github/firepit/firepit/aio/ingest.py", line 63, in _make_colname
    parts = shifter_name.split('.')
AttributeError: 'dict' object has no attribute 'split'
@pcoccoli pcoccoli added the bug Something isn't working label Aug 23, 2023
@pcoccoli pcoccoli self-assigned this Aug 23, 2023
@pcoccoli pcoccoli mentioned this issue Aug 23, 2023
@pcoccoli
Copy link
Collaborator Author

Fixed in 2.3.27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant