Rhiyo
Rhiyo
I noticed the home page side bar was repositioning items slightly when I moved from the home page to others. I had trouble finding the issue but realized it was...
Navigate between the index page and any other page: https://anatole-demo.netlify.app/ Watch the profile picture and description on the right, they will slightly change places. It seems, for whatever reason, the...
## Summary & Motivation I noticed the docs of the backfill page for single runs are out of date with 1.8 based on the changes here: https://github.com/dagster-io/dagster/pull/21259 Starting this PR...
### Dagster version 1.8.3 ### What's the issue? Using this example code: ``` partitions_def = MultiPartitionsDefinition( { "date": DailyPartitionsDefinition(start_date="2024-08-20"), "static": StaticPartitionsDefinition( ["partition1", "partition2", "partition3"] ), } ) @asset( partitions_def=partitions_def, backfill_policy=BackfillPolicy.single_run(),...
If you have `Settings > Appearance > Password > Colourise passwords` enabled, numbers and alphabetical characters are coloured differently which is super helpful for readability. I'd love it if you...
Only had access to databricks via oauth so needed to implement more connection methods. Based on the official databricks sql connector docs: https://docs.databricks.com/aws/en/dev-tools/python-sql-connector Solves the issue: https://github.com/sodadata/soda-core/issues/2087 This adds no...
Potentially not an issue but a warning. When changing the System Shock past the limit it originally has, your arms will go through your body when you look down. I...
I've just installed the latest version of Pop OS and I'm trying to play games on steam. I use 1.5 fractional scaling as I have a decently sized 4k screen....
### Describe the feature Adding databricks cli connection support to profile connection config. ### Describe alternatives you've considered using oauth as the auth_type. ### Additional context When using Databricks Connect...