-
A played a bit with terraform yesterday evening, and I have an issue, what I cannot solve:
### Configuration
```hcl
Terraform databricks provider version is 1.51.0
```
### Expected Behavior…
-
-
### What's the issue or suggestion?
Say you're managing postgres or ElasticSearch as dagster resources, and create all the tables as assets, is there recommendations on how to manage initializations …
-
The logic behind sending resource packs (not via CDNs) is not implemented yet.
-
I'm currently working with the media-microsvc environment in DeathStarBench. I want to know whether the approach is as follows: fix a set of initial pod numbers **-->** collecting data under differen…
-
I have encountered a compile error on a switch expression.
It seems the error only happens when an Object implementing AutoCloseable is involved.
I have created a minimum reproducable example here…
-
### Description
AWS Inspector supports running CIS security scans on EC2 instances from the AWS Console. It is particularly useful with the `Schedule` option which triggers CIS scans periodically.
…
-
`world.get_resource` does this:
```rust
#[track_caller]
pub fn get(&self) -> Option {
let b = self.untyped.get(T::schema()).borrow();
if b.is_some() {
Some(Re…
-
### What problem are you facing?
We have two helpers to convert between Python dictionaries and protobuf structs:
* `resource.struct_to_dict(some_struct)`
* `resource.dict_to_struct(some_…
-
## What would you like to be added:
intellisence/autocomplete support for resource keys
## Why is this needed:
general QoL
## For which Platform: design-time editor
## Anything else we need…