6 Commits

Author SHA1 Message Date
Remi
79482262ed
feat(ingest): add support for Looker view built from SQL-based derived tables (#2478) 2021-05-03 07:54:57 -07:00
Fredrik Sannholm
f837360b9a
chore(dependabot): Update pyyaml version (#2365) 2021-04-08 11:43:19 -07:00
Grant Nicholas
fce8a535c2
feat(ingest): adds experimental support for ingesting Looker metadata (#2315) 2021-04-02 11:00:58 -07:00
Harshal Sheth
7085051a73
fix(ingest): remove outdated metadata-ingestion scripts (#2325) 2021-03-31 20:50:21 -07:00
John Plaisted
821bce7d69
feat: Port mce-cli to Java. (#1871)
Port mce-cli to Java.

Also moved off the avro format event file to json instead. Much nicer to use :)
2020-09-25 14:05:29 -07:00
John Plaisted
6ece2d6469
Start adding java ETL examples, starting with kafka etl. (#1805)
Start adding java ETL examples, starting with kafka etl.

We've had a few requests to start providing Java examples rather than Python due to type safety.

I've also started to add these to metadata-ingestion-examples to make it clearer these are *examples*. They can be used directly or as a basis for other things.

As we port to Java we'll move examples to contrib.
2020-09-11 13:04:21 -07:00