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

Add tlx indexer #148

Merged
merged 6 commits into from
Dec 4, 2024
Merged

Add tlx indexer #148

merged 6 commits into from
Dec 4, 2024

Conversation

Tburm
Copy link
Contributor

@Tburm Tburm commented Dec 4, 2024

Adding indexer for the TLX contracts.

** NOTE: ** I had to add as a separate indexer and database here, since there is a limit to how many contracts can be indexed at once. The limitation is an internal postgres issue, where it runs out of memory or uses too many locks while setting up the indexes during the migration.

@Tburm Tburm requested a review from marcus-snx December 4, 2024 22:22
@Tburm
Copy link
Contributor Author

Tburm commented Dec 4, 2024

@marcus-snx I'm not sure if we actually need to fix anything here, but the linting is failing because I edited a sql file in the postgres service, which fails because it can't find the .sqlfluff file with the dialect configured.

Copy link
Contributor

@marcus-snx marcus-snx left a comment

Choose a reason for hiding this comment

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

I think we can fix the linting command by using the --include flag to only scan the models in the transformer service. I'll have a look at how to set that up.

@Tburm Tburm merged commit a657d7c into main Dec 4, 2024
1 of 2 checks passed
@Tburm Tburm deleted the add-tlx branch December 4, 2024 23:12
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.

2 participants