Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Changing index names to remove leading dot #151

Merged
merged 2 commits into from
Apr 2, 2024
Merged

Changing index names to remove leading dot #151

merged 2 commits into from
Apr 2, 2024

Conversation

jzonthemtn
Copy link
Collaborator

Changing index names to remove leading dot.

@jzonthemtn jzonthemtn reopened this Mar 30, 2024
@@ -17,7 +17,7 @@ order by user_id
```sql
select
count(0)
from .ubi_log_events
from ubi_log_events
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@RasonJ I think you had the name of the store being ubi_log. I did not change these to ubi_ubi_log_events just for clarity. So just a note about that.

@jzonthemtn
Copy link
Collaborator Author

I would like to merge this prior to #154.

Copy link
Collaborator

@RasonJ RasonJ left a comment

Choose a reason for hiding this comment

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

We'll still have to update chorus, the synthetic data, and refactor the queries, hopefully, with joins

@RasonJ RasonJ merged commit 4675360 into main Apr 2, 2024
27 checks passed
@RasonJ RasonJ deleted the index-names branch April 2, 2024 13:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants