<@U01GZEETMEZ> What would it take to include <http...
# ingestion
h
@gray-shoe-75895 What would it take to include https://github.com/linkedin/datahub/tree/master/contrib/metadata-ingestion/python/looker a part of
acryl-datahub
? We’re interested in getting into the main package (willing to contribute)
As the readmes state, some functionality is missing, but would it still be ok to port over (turn into a
source
)?
g
Porting it over would be amazing! I think it’s fine that a bit of functionality is missing on the LookML side
l
It would be great if dimensions, filters etc. can be added similar to the superset integration
as part of your contribution
m
@bland-businessperson-65160: FYI since you were interested in this as well!
h
@silly-apple-97303 Ok if we make an attempt to port your work over to
acryl-datahub
?
Regarding the missing functionality, has there been any talk about some generic SQL parsing functionality in the package?
g
We’ve been thinking about it quite a bit - seems like SQL parsing will be broadly useful. However, parsing SQL is extremely complex and has a ton of edge cases, so I think we need to consider it in a principled and cohesive way
Would love to chat about it if you’ve got thoughts or ideas 🙂
s
Yup exactly what Harshal said, SQL parsing is so dialect specific trying to support every SQL dialect is a big challenge. At SpotHero we basically just punted on the whole problem, but it means you lose dependency information for everything in a sql block.
And please go ahead, we threw the Looker integration out there more as a POC and there is so much to improve. Happy to see others using Looker + DataHub