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

Fix sample.csv dates #12

Merged
merged 1 commit into from
Jan 19, 2024
Merged

Conversation

jtaleric
Copy link

Update the dates so the test samples works

closes #11

@jtaleric
Copy link
Author

@henrikingo / @pkolaczk hey! no rush but I figure I would tag yall since I cannot assign anyone to review.

@jtaleric
Copy link
Author

@smccarthy788 -- Trying one more person :D

@henrikingo
Copy link
Contributor

I no longer have admin access...

@smccarthy788
Copy link
Collaborator

Some tests need to be updated, otherwise +1.

Update the dates so the test samples works

closes datastax-labs#11

Signed-off-by: Joe Talerico <[email protected]>
@jtaleric
Copy link
Author

Some tests need to be updated, otherwise +1.

sup @smccarthy788 I tried running the tests locally, but ran into some odd python package issues.

Traceback (most recent call last):
  File "/home/jtaleric/code/hunter/build/wrappers/bin/poetry", line 5, in <module>
    from poetry.console import main
  File "/home/jtaleric/code/hunter/build/venvs/poetry/lib64/python3.12/site-packages/poetry/console/__init__.py", line 1, in <module>
    from .application import Application
  File "/home/jtaleric/code/hunter/build/venvs/poetry/lib64/python3.12/site-packages/poetry/console/application.py", line 7, in <module>
    from .commands.about import AboutCommand
  File "/home/jtaleric/code/hunter/build/venvs/poetry/lib64/python3.12/site-packages/poetry/console/commands/__init__.py", line 2, in <module>
    from .add import AddCommand
  File "/home/jtaleric/code/hunter/build/venvs/poetry/lib64/python3.12/site-packages/poetry/console/commands/add.py", line 8, in <module>
    from .init import InitCommand
  File "/home/jtaleric/code/hunter/build/venvs/poetry/lib64/python3.12/site-packages/poetry/console/commands/init.py", line 16, in <module>
    from poetry.core.pyproject import PyProjectException
  File "/home/jtaleric/code/hunter/build/venvs/poetry/lib64/python3.12/site-packages/poetry/core/pyproject/__init__.py", line 2, in <module>
    from poetry.core.pyproject.tables import BuildSystem
  File "/home/jtaleric/code/hunter/build/venvs/poetry/lib64/python3.12/site-packages/poetry/core/pyproject/tables.py", line 5, in <module>
    from poetry.core.utils._compat import Path
  File "/home/jtaleric/code/hunter/build/venvs/poetry/lib64/python3.12/site-packages/poetry/core/utils/_compat.py", line 8, in <module>
    import six.moves.urllib.parse as urllib_parse

Anyway, might be a separate issue. I am unable to trigger the Action to run, so I need someone to bless the run! :D

Copy link
Collaborator

@smccarthy788 smccarthy788 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tyvm!

@smccarthy788 smccarthy788 merged commit d7eb144 into datastax-labs:master Jan 19, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

[Bug] Sample data not showing data?
3 participants