Maciej Obuchowski
Maciej Obuchowski
>Does an API exist that could support this? If not, one could possibly serve both a) data export and b) debugging use cases. @wslulciuc @howardyoo @rossturk Do we want to...
@pawel-big-lebowski changed how this works. Now it all references view.
@wslulciuc can you take a look? Also, can you think of any additional tests this might need?
Next time I won't change query formatting AND query itself in one PR - it makes resolving conflicts unpleasant 😞
Similar issue/PR: https://github.com/MarquezProject/marquez/pull/1718/files
Done in https://github.com/MarquezProject/marquez/pull/2032
With this requirements I'd just write something based on very popular Python libraries - `flask` and `requests`. Something like that: ``` from flask import Flask from requests import post, request...
@pawel-big-lebowski let me try to summarize changes to model: after this change, internally `datasets` table don't represent "full" dataset, since name is dropped - getting `dataset identifier` requires joining with...
@julienledem great point. I talked with @pawel-big-lebowski and we aligned to use `datasets_view` to provide joined data from `datasets` and `datasets_symlinks`. This way, most of the SQL busywork behind this...
Hey @anandhimurali @XD-DENG I think ability to add custom facets to arbitrary operators is a great idea. I have two points I think it's worth addressing: 1. Whether we pass...