Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
antonrevyako
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Superpowered Most Accurate Data Lineage Solution Now Managed by Snowflake
2 points
by
antonrevyako
2y ago
|
0 comments
2.
▲
by
antonrevyako
2y ago
The entire concept of column-level data lineage as you know it is a lie. It's broken, and no one is willing to admit it.
3.
▲
by
antonrevyako
5y ago
Hi hackers! Today we proudly present the first release of our new project: dwh.dev - dataops collaborative platform for snowflake engineers. We build our platform using in-depth integration of: - End-to-end data lineage automation tools - A
4.
▲
Show HN: Dwh.dev – dataops collaborative platform for snowflake engineers
(dwh.dev)
2 points
by
antonrevyako
5y ago
|
1 comments
5.
▲
by
antonrevyako
5y ago
The GET_DDL function in Snowflake has one feature that does not allow using the result of its work as intended: objects are sorted alphabetically. For example: CREATE TABLE B (ID INT PRIMARY KEY); CREATE TABLE A (ID INT REFERENCES B (ID));
6.
▲
Show HN: Snowflake DDL reordering tool
(parsers.dev)
8 points
by
antonrevyako
5y ago
|
1 comments
7.
▲
by
antonrevyako
6y ago
Look at this, I've returned the ability to export types :) In beta now available renderers for flow and ts. You can see alive how the export results change when you add columns or change constraints. If there are no foreign keys using
8.
▲
by
antonrevyako
6y ago
Look at this, I've returned the ability to export types :) In beta now available renderers for flow and ts. You can see alive how the export results change when you add columns or change constraints. If there are no foreign keys using
9.
▲
by
antonrevyako
6y ago
Could you tell us a little more about your experience, if that's acceptable? Maybe in personal messages, FB/linked?
10.
▲
by
antonrevyako
6y ago
Yes, absolutely. You can check requests from pg_stat_statements, slow query log, and any other source as you wish. If the SQL repository stores query in separate files, you can check these queries (e.g., before they are merged into the mast
11.
▲
by
antonrevyako
6y ago
This is exactly what I did in the beginning :) But custdev showed that companies do not care about it. They are ready to take Django/RoR/Laravel developers who know only ORM. Such developers are cheaper, they are easier to hire. S
12.
▲
by
antonrevyako
6y ago
Thank you for the feedback! The service will be put into commercial operation as saas in the coming months. I do not plan to open the source code, unfortunately. The idea is that the tool will only work with the sources of SQL queries, and
13.
▲
by
antonrevyako
6y ago
I'm working on static analyzer for SQL: https://holistic.dev It's a useful tool for DBA to identify issues in SQL queries automatically. Only 50 rules for now, but more than 1000 described in backlog :) Funny, but init