geoHeil

Results 79 issues of geoHeil

When using your plugin for an existing repository in a corporate setup behind a proxy it fails choose the proxy for downloading the node version. **to reproduce** ``` git clone...

I really liked the presets of ggthemR are these still available in this package somewhere?

`jellyfish.match_rating_codex('ä')`fails with `ValueError: character U+ffffffff is not in range [U+0000; U+10ffff]` how should umlauts be handled to be fit for jellyfish?

bug

When reading a file, it is instant in scala API, a little bit slower in pyspark, but Koalas is very vey slow. In fact koalas is generating a whole different...

When ingestion a PostGIS table with a column of type Geometry OpenMetadata emits a warning: ``` /source/database/sql_column_handler.py:174: SAWarning: Did not recognize type 'geometry' of column 'geom' columns = inspector.get_columns(table_name, schema_name,...

Ingestion

The current query log parser expects a CSV like https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/examples/sample_data/glue/query_log.csv. This works well for MySQL - but not for Postgres. https://openmetadata.slack.com/archives/C02B6955S4S/p1659545895833039?thread_ts=1659538699.033179&cid=C02B6955S4S Postgres is storing different columns in different structures. Set...

Ingestion

DBT allows to add much more metadata to its assets than only column names and descriptions and lineage. In particular it allows to specify data owners, additional key-value metadata pairs...

Ingestion

For the maven plugin `-P:wartremover:only-warn-traverser:org.wartremover.warts.Unsafe` will only specify inclusions. Are exclusions (all but) available on the CLI similar to what the SBT plugin offers (`wartremoverErrors ++= Warts.allBut(Wart.Any, Wart.Nothing, Wart.Serializable)`)?.

enhancement

How can nested subqueries be formulated in cypher? I found https://github.com/petraselmer/openCypher/blob/CIP-nested-subqueries/cip/1.accepted/CIP2016-06-22-nested-updating-and-chained-subqueries.adoc but it looks like this has not been implemented.

question

How can I use a SQLite database with the neo4j-ETL tool? When using JDBC type and specifying a valid SQLite JDBC connection string testing the connection fails as a driver...