Daniel Possenriede

Results 144 comments of Daniel Possenriede

I gather from this that the necessary functionality, i.e. passing secrets during the build process, is specified. Furthermore, passing in secrets from the credential manager for my use case outlined...

Thanks, that works. Shall I leave this open?

> We kept all the existing GitHub integrations when we turned off free Autobuilds, so if users upgrade to a paid account, their builds will start working again. @mikeparker I...

@sepulzera, @semaja2, @yikyo, @d4kine, @anirban37, @hanseartic, @MerliX, @derlin, @nazmang, @borrougagnou, @Anarchotect, y'all are probably not aware, but a "+1" comment notifies all subscribers without adding any meaningful content to the...

Whoops, ```sql INSTALL postgres; LOAD postgres; ATTACH 'host=localhost user=postgres password=postgres' AS pg (TYPE postgres); ``` was missing above, the example should be complete now.

AFAICT the tests fail on GHA because GDAL (or [gdal-config](https://github.com/CorrelAid/datenguideR/runs/3144772270?check_suite_focus=true#step:4:603)) is not available and therefore the sf install. This only happens ATM, because there is currently a updated sf version...

What is the source of [regions.csv](https://github.com/CorrelAid/datenguideR/blob/master/data-raw/regions.csv) anyway? Is it possible to retrieve that information directly from the API as well?

> with region definitions/ids not being constant throughout time, this leads to situations where one might find regions ids that have some historic data but no recent data anymore. When...

Relatedly there is the issue of keeping the regions info up-to-date in the R and Python packages. Apart from more general changes like this one, there are also [*Gebietsänderungen*](https://www.destatis.de/DE/Themen/Laender-Regionen/Regionales/Gemeindeverzeichnis/Namens-Grenz-Aenderung/namens-grenz-aenderung.html) happening...

> The datenguide API provides only access to a snapshot of regionalstatistik.de. The datenguide API should be updated nightly now: https://github.com/datenguide/datenguide-api/issues/107 > it takes about 2-3 minutes Is that mostly...