Gabriel

Results 53 comments of Gabriel

@ramananayak Sorry for the confusion this is because the `context.fluent_datasources` property is just a dictionary comprehension of `context.datasources` with all non-fluent datasources filtered out. Would could alter the return type...

@ramananayak I don't think this is exactly what you are looking for but you can use [an `EphemeralDataContext`](https://docs.greatexpectations.io/docs/reference/api/data_context/EphemeralDataContext_class) that doesn't persist anything. ```python import great_expectations as gx context = gx.get_context(mode="ephemeral")...

There's a somewhat related issue where a user is creating an ephemeral context from a file context but is unable to load the fluent configs. For you, this shouldn't be...

@ramananayak any workflow from `0.17` should still work in `0.18`. I think the issue is that the new "Fluent Style" Datasource (which are datasources created using the `context.sources.add_()`) methods do...

@ashrub-holvi I agree it would be nice if ruff could format/lint toml + yaml but it is possible to use `prettier` for this without requiring node to be a project...

I'm having trouble following the example here. Is there any more documentation or examples on how to resolve these out of order problems? I'm trying to update a `tool.` section...

@immerautumn @satniks Where did you hear we aren't accepting Pull Requests? We are preparing for a major v1.0 release, so we aren't doing weekly releases and aren't as focused on...

@shamanoor You appear to be using an old datasource class. See below for using our new "Fluent" style Datasources, click on the snowflake section for specific instructions. https://docs.greatexpectations.io/docs/guides/connecting_to_your_data/fluent/database/connect_sql_source_data. Did you...

This is working as intended. We don't support config substitutions for arbitrary config fields for the Fluent Datasources. We only do it for things like passwords/credentials, `connection_string` etc. I don't...

@hagai-arad yes, sorry for the slow response. Or you could edit this issue and title to highlight that it's a feature request. It should be simple to implement. If you're...