Weiguang
Weiguang
Allow read permission error on `local_file` to be regarded as a new resource creation. Related issue:
### Terraform Version Terraform v0.12.29 ### Affected Resource(s) - `local_file` ### Terraform Configuration Files ```hcl resource "local_file" "some_file" { content = "Can be anything" filename = "${var.output_path}/some_file.txt" } // var.output_path...
Currently there are different builds for Spark-1.6 and Spark-2.1 (due to `datagovsg` use case), but not for Airflow itself, which is kind of strange since this is an Airflow repository....
Depending on the internet connection, sometimes fetching from `jessie-backports` can give hashsum mismatch (logs at the end). Guide suggests that this could be due to ISP caching: https://www.reddit.com/r/debian/comments/64xk33/jessiebackports_is_giving_a_hash_sum_mismatch/. Can consider...
We still have to configure Elasticsearch via the HTTP API, see https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-slow-logs. We need to configure: - Slow index logs - Slow search logs - Rolling indices ```bash # https://www.elastic.co/guide/en/elasticsearch/reference/5.5/index-modules-slowlog.html...
- Fix tag replacement portion once templating engine is publicly usable - Remove `fmt` from dependency, since it is no longer part of this repo, but included from `spdlog` instead...
https://github.com/pantor/inja looks good.
Somewhat related PR and issue: #21, #22 If `spdlog_setup` was installed with its `spdlog` found using `find_package` (i.e. no submodule `spdlog`), creating a dummy set-up to `find_package(spdlog_setup)` works perfectly after...
Add pass and fail individual pattern, logger, sink string content parsing.