Tao Feng
Tao Feng
could you rebase with master?
cc @markgrover @danwom PM for fYI
hey @andrey-oreshko , thanks for the info. And glad to hear that your team is using Amundsen. Do you think we could add your company to https://github.com/lyft/amundsen#who-uses-amundsen ? Thanks.
Currently we put BQ project ID(is it the catalog you referred to?) in the cluster field(https://github.com/lyft/amundsendatabuilder/blob/master/databuilder/extractor/bigquery_metadata_extractor.py#L77) . If I understand, we want to also use advanced search / filter for...
will let @ttannis to comment. The search backend should already had the support for cluster(project in BQ) in https://github.com/lyft/amundsensearchlibrary/blob/master/search_service/proxy/elasticsearch.py#L37.
@lukelowery, Looking at https://github.com/lyft/amundsenfrontendlibrary/blob/master/amundsen_application/static/js/config/config-default.ts#L92-L122 the link you post, I think that only works for the case if you have different databases(bq, hive, presto) etc. One short term workaround would be...
@ttannis ,Bigquery reuses the cluster field for catalog which is to represent BQ project per my understanding. For hive, we have the same field for cluster currently, but for BQ,they...
Make sense, feel free to upstream the change. Thanks!