Commit 68ae09d
committed
chore(schemas): phase 3 quality sweep — enums, cron/column widgets, human descriptions
Automated sweep across 925 schema.json files → 583 changed:
Enum inference (660 fields):
- Canonical enum applied to known field names: default_status
(STOPPED/RUNNING), retry_policy_backoff (exponential/linear/fixed),
if_exists (fail/replace/append), on_conflict, write_mode,
write_disposition, sort_order (asc/desc), join_type
(inner/left/right/outer/cross), partition_type
(daily/hourly/weekly/monthly/static/multi/dynamic), how, mode
- Choice-list descriptions parsed for enum values (X | Y | Z form,
"X, Y, or Z" form) — verified fallback so the Designer renders a
dropdown even when the field name isn't in the canonical map
- ui:widget: select added when adding an enum so smooth rendering
happens even for form builders that don't understand raw enum
Human-facing descriptions (62 fields):
- preview_rows rewritten from dev-speak ("For long DataFrames (>10x…),
a random sample is used; otherwise head()") to "How many rows to
include in the preview. Large tables (>10× this number) are sampled
randomly."
Cron widget hints (386 fields):
- x-dagster-widget: cron added to schedule, cron_schedule,
freshness_cron, cron fields (string-typed) — enables the Designer's
cron preset buttons + explain link
Column widget hints (1588 fields):
- x-dagster-widget: column (or columns for arrays) added to fields
matching *_column / *_col / *_field / _dim / partition_date_* /
partition_static_* / group_by / sort_by / dedup_keys / join_key /
time_field / event_day_field / watermark_column / etc. — enables
the Designer's upstream-DataFrame column picker
Also fixed 4 retry_policy_backoff outliers that had pre-existing
["linear", "exponential"] enums (missing "fixed") — force-updated to
the canonical ["exponential", "linear", "fixed"].
Bumps version to 0.10.35.1 parent 692a875 commit 68ae09d
584 files changed
Lines changed: 18800 additions & 4717 deletions
File tree
- asset_checks
- cloud_dlp_pii_check
- enhanced_data_quality_checks
- odata_check
- pandas_dataframe_check
- assets
- ai
- anthropic_llm
- audio_transcriber
- bank_statement_extractor
- bigquery_ml_predict_asset
- catalog_agent
- cloud_dlp_inspect_asset
- cloud_text_to_speech_asset
- contract_extractor
- conversation_memory
- data_enricher
- databricks_genie_query
- document_ai_extractor
- document_chunker
- document_layout_analyzer
- document_summarizer
- document_text_extractor
- dspy_program
- embeddings_generator
- entity_extractor
- expense_report_extractor
- face_detector
- gemini_image_generation
- gemini_llm
- gong_call_summary_asset
- groq_llm
- image_captioner
- image_classifier
- image_llm_extractor
- image_metadata_extractor
- image_object_detector
- image_similarity_scorer
- instructor_extractor
- insurance_claim_extractor
- invoice_extractor
- job_posting_extractor
- keyword_extractor
- langchain_chain_asset
- langgraph_agent
- language_detector
- legal_document_extractor
- litellm_audio_transcription
- litellm_batch_completion
- litellm_embedding_batch
- litellm_function_calling
- litellm_image_generation
- litellm_inference_asset
- litellm_structured_output
- litellm_text_to_speech
- llm_chain_executor
- llm_judge
- llm_output_parser
- llm_prompt_executor
- medical_record_extractor
- moderation_scorer
- ocr_extractor
- ollama_inference_asset
- openai_llm
- openrouter_llm
- part_of_speech_tagger
- pii_detector
- pii_redactor
- precision_match
- purchase_order_extractor
- rag_pipeline
- receipt_extractor
- reranker
- resume_extractor
- schema_fit
- scientific_paper_extractor
- sentiment_analyzer
- shipping_label_extractor
- snowflake_cortex_agent
- snowflake_cortex_asset
- speech_to_text_asset
- sql_generator
- supabase_vector_search_asset
- synthetic_data_generator
- synthetic_data
- text_chunker
- text_classifier
- text_embedding_asset
- text_moderator
- text_similarity
- ticket_classifier
- topic_modeler
- translation_api_asset
- vanta_evidence_response_agent
- vector_store_query
- vector_store_writer
- vertex_ai_text_embeddings_asset
- vision_api_asset
- vision_model
- word_cloud
- zero_shot_classifier
- analytics
- ab_controls
- ab_test_analysis
- ab_treatments
- ab_trend
- ad_spend_standardizer
- anomaly_detection
- append_cluster
- bounding_box_filter
- buffer
- campaign_performance
- chromadb_asset
- churn_prediction
- cohort_analysis
- coordinate_transformer
- count_regression
- create_points
- crm_data_standardizer
- cross_validation
- customer_360
- customer_health_score
- customer_journey_mapping
- customer_segmentation
- decision_tree_model
- distance_calculator
- ecommerce_standardizer
- elasticsearch_asset
- event_data_standardizer
- feast_asset
- funnel_analysis
- gamma_regression
- geocoder
- gradient_boosting_model
- jupyter_notebook_asset
- k_centroids_diagnostics
- k_means_clustering
- lakefs_asset
- lead_scoring
- lift_chart
- linear_regression_model
- logistic_regression_model
- ltv_prediction
- make_grid
- market_basket_rules
- marketing_data_standardizer
- model_coefficients
- model_comparison
- model_score
- multi_touch_attribution
- multidimensional_scaling
- naive_bayes_model
- nearest_neighbors
- neural_network_model
- optimization
- oversample_field
- pca
- pearson_correlation
- pgvector_asset
- pinecone_asset
- point_in_polygon
- priority_scorer
- product_analytics_standardizer
- product_recommendations
- product_usage_analytics
- propensity_scoring
- random_forest_model
- revenue_attribution
- reverse_geocoder
- rfm_segmentation
- simulation_sampling
- smooth
- spatial_cluster
- spatial_join
- spline_model
- stepwise
- subscription_metrics
- support_ticket_standardizer
- survival_analysis
- svm
- tecton_asset
- test_of_means
- text_preprocessing
- time_series_generator
- topic_modeling
- ts_compare
- ts_covariate_forecast
- ts_forecast
- ts_model_factory
- vif
- wandb_asset
- infrastructure
- abinitio_run_asset
- ansible_asset
- arm_template_asset
- aws_cdk_asset
- bicep_asset
- cloud_functions_invoke_asset
- cloudformation_asset
- gcp_deployment_manager_asset
- hashicorp_vault
- helm_deploy
- matillion_run_asset
- modal_asset
- pulumi_asset
- rivery_run_asset
- terraform_asset
- ingestion
- adls_to_database_asset
- airtable_ingestion
- asana_ingestion
- bigquery_load_from_gcs_asset
- database_replication
- delta_ingestion
- document_ingestion
- dremio_ingestion
- eventhubs_to_database_asset
- facebook_ads_ingestion
- file_ingestion
- freshdesk_ingestion
- gcs_to_database_asset
- github_ingestion
- google_ads_ingestion
- google_analytics_ingestion
- google_calendar_ingestion
- google_docs_extractor
- google_drive_ingestion
- google_sheets_ingestion
- graphql_asset
- hubspot_ingestion
- iceberg_ingestion
- jde_orchestration_output_ingestion
- jira_ingestion
- kafka_to_database_asset
- kinesis_to_database_asset
- linkedin_ads_ingestion
- matomo_ingestion
- mongodb_ingestion
- mqtt_to_database_asset
- nats_to_database_asset
- notion_ingestion
- oauth_rest_ingestion
- odata_ingestion
- personio_ingestion
- pinterest_ads_ingestion
- pipedrive_ingestion
- pubsub_to_database_asset
- pulsar_to_database_asset
- rabbitmq_to_database_asset
- redis_streams_to_database_asset
- rest_api_fetcher
- s3_to_database_asset
- salesforce_ingestion
- sap_hana_ingestion
- sap_rfc_ingestion
- servicebus_to_database_asset
- servicenow_ingestion
- sftp_to_database_asset
- shopify_ingestion
- slack_ingestion
- sql_to_database_asset
- sqs_to_database_asset
- ssh_asset
- stripe_ingestion
- support_ticket_ingestion
- tiktok_ads_ingestion
- twitter_ads_ingestion
- workable_ingestion
- zendesk_ingestion
- sinks
- bigquery_export_to_gcs_asset
- bigtable_writer_asset
- cassandra_writer
- cloud_tasks_enqueue_asset
- cosmosdb_writer
- couchdb_writer
- dataframe_to_adls
- dataframe_to_avro
- dataframe_to_azure_table
- dataframe_to_bigquery
- dataframe_to_csv
- dataframe_to_databricks
- dataframe_to_delta_table
- dataframe_to_dynatrace_events
- dataframe_to_eventhub
- dataframe_to_excel
- dataframe_to_gcs
- dataframe_to_iceberg_table
- dataframe_to_json
- dataframe_to_newrelic_logs
- dataframe_to_odata
- dataframe_to_parquet
- dataframe_to_prometheus
- dataframe_to_redshift
- dataframe_to_s3
- dataframe_to_sentry
- dataframe_to_servicebus
- dataframe_to_snowflake_bulk
- dataframe_to_snowflake
- dataframe_to_table
- dlt_dataframe_writer
- duckdb_table_writer
- dynamodb_writer
- firestore_writer_asset
- firestore_writer
- mongodb_writer
- neo4j_writer
- pdf_report
- pubsub_publish_asset
- redis_writer
- smtp_send_asset
- sources
- cassandra_reader
- chromadb_reader
- cosmosdb_reader
- couchdb_reader
- database_query
- dataframe_from_csv
- dataframe_from_sql
- dataframe_from_table
- dataframe_from_yxdb
- duckdb_query_reader
- dynamodb_reader
- elasticsearch_reader
- firestore_reader
- inline_dataframe
- mcp_tool_call
- mongodb_reader
- neo4j_reader
- pgvector_reader
- pinecone_reader
- polars_scan_parquet
- redis_reader
- wandb_reader
- source
- bigquery_query_asset
- bigquery_vector_search_asset
- dataplex_dq_scan_results_asset
- parametric_data_generator
- transforms
- acord_xml_parser
- address_standardize
- append_fields
- arima_forecast
- arrange
- array_exploder
- audio_transform_asset
- auto_field
- bigquery_create_table_from_query_asset
- blob_convert
- count_records
- create_samples
- cross_tab
- data_cleansing
- dataframe_describe
- dataframe_extract_field
- dataframe_flatten_nested_columns
- dataframe_join
- dataframe_transformer
- dataframe_union
- datetime_parser
- document_merger
- drive_time
- dynamic_rename
- email_parser
- ets_forecast
- feature_scaler
- fhir_resource_normalizer
- field_mapper
- file_transformer
- filter
- find_replace
- fix_message_parser
- formula
- fuzzy_match
- generate_rows
- geo_buffer
- geo_overlay
- geo_simplify
- hl7_v2_parser
- hris_normalizer
- html_parser
- image_exif_extractor
- image_transform_asset
- imputation
- iso20022_payment_parser
- json_flatten
- json_path_extractor
- label_encoder
- make_columns
- make_group
- markdown_stripper
- multi_field_binning
- multi_field_formula
- multi_row_formula
- nested_field_extractor
- one_hot_encoding
- outlier_clipper
- pct_change
- pdf_text_extractor
- per_row_http_fetcher
- points_from_latlon
- poly_build
- rank
- record_id
- regex_parser
- running_total
- sample
- schema_validator
- select_columns
- select_records
- sort
- spatial_info
- spatial_process
- sql_transform
- summarize
- text_codec_convert_asset
- text_to_columns
- tile_binning
- top_n_per_group
- train_test_splitter
- transpose
- ts_filler
- type_coercer
- unique_dedup
- video_audio_extract_asset
- video_frame_extract_asset
- video_metadata_extractor
- warehouse_formula
- warehouse_join
- warehouse_multi_field_formula
- warehouse_summarize
- warehouse_top_n_per_group
- weighted_average
- x12_edi_parser
- xml_parser
- core
- asset_reference
- dependency_graph
- external_assets
- external_adls_asset
- external_bigquery_table
- external_clickhouse_table
- external_databricks_table
- external_delta_table
- external_eventhubs_asset
- external_gcs_asset
- external_iceberg_table
- external_kafka_asset
- external_kinesis_asset
- external_mqtt_asset
- external_nats_asset
- external_pubsub_asset
- external_pulsar_asset
- external_rabbitmq_asset
- external_redis_stream_asset
- external_s3_asset
- external_servicebus_asset
- external_sftp_path
- external_snowflake_table
- external_sql_asset
- external_sqs_asset
- ingestion
- auth0_logs_ingestion
- aws_cloudtrail_ingestion
- azure_activity_log_ingestion
- dagster_plus_asset_events_ingestion
- dagster_plus_audit_log_ingestion
- dagster_plus_run_events_ingestion
- gcp_audit_log_ingestion
- github_audit_log_ingestion
- o365_audit_log_ingestion
- okta_system_log_ingestion
- salesforce_event_log_ingestion
- slack_audit_log_ingestion
- snowflake_access_history_ingestion
- integrations
- databricks_workspace
- google_bigquery
- snowflake_alert
- snowflake_cortex_search
- snowflake_dynamic_table
- snowflake_iceberg_table
- snowflake_materialized_view
- snowflake_snowpipe
- snowflake_stored_procedure
- snowflake_stream
- snowflake_task
- snowflake_time_travel_asset
- snowflake_workspace
- io_managers
- athena_io_manager
- databricks_io_manager
- minio_io_manager
- mongodb_io_manager
- mssql_io_manager
- mysql_io_manager
- postgres_io_manager
- redshift_io_manager
- trino_io_manager
- jobs
- adls_cleanup_job
- airbyte_sync_trigger_job
- airflow_trigger_job
- cache_invalidation_job
- dagster_plus_to_siem_job
- dbt_run_job
- dynamic_fanout_job
- fabric_capacity_admin_job
- fabric_pipeline_trigger_job
- fivetran_sync_trigger_job
- gcs_cleanup_job
- http_webhook_job
- iceberg_maintenance_job
- jde_orchestration_trigger_job
- observability_heartbeat_job
- openlineage_export_job
- pagerduty_heartbeat_job
- per_file_processor_job
- per_partition_backfill_job
- postgres_backup_job
- python_callable_job
- qlik_compose_workflow_trigger_job
- qlik_replicate_task_trigger_job
- s3_cleanup_job
- sentry_alert_job
- sentry_monitor_checkin_job
- shell_command_job
- siem_audit_export_job
- slack_notification_job
- sql_command_job
- synapse_sql_pool_admin_job
- teams_notification_job
- tm1_process_trigger_job
- twilio_sms_job
- victoriametrics_snapshot_job
- warehouse_maintenance_job
- observations
- clickhouse_table_observation_sensor
- sql_observation_sensor
- schedules
- cron_schedule
- interval_schedule
- sensors
- abinitio_job_sensor
- adls_monitor
- airbyte_sync_sensor
- coalesce_job_sensor
- dagster_failures_to_otlp_sensor
- dagster_materializations_to_prometheus_sensor
- dagster_runs_to_influxdb_sensor
- dagster_runs_to_otlp_sensor
- dagster_runs_to_prometheus_sensor
- dagster_runs_to_splunk_hec_sensor
- dbt_cloud_job_sensor
- eventhubs_monitor
- filesystem_monitor
- fivetran_sync_sensor
- gcs_monitor
- kafka_monitor
- kinesis_monitor
- matillion_job_sensor
- mqtt_monitor
- nats_monitor
- pubsub_monitor
- pulsar_monitor
- rabbitmq_monitor
- redis_streams_monitor
- rivery_job_sensor
- s3_monitor
- sap_cpi_observation_sensor
- sap_event_mesh_sensor
- servicebus_monitor
- servicenow_sensor
- sftp_monitor
- slack_notification
- snowflake_snowpipe_load_sensor
- sql_monitor
- sqs_monitor
- victoriametrics_cardinality_sensor
- sinks
- audit_logs_to_chronicle
- audit_logs_to_datadog_logs
- audit_logs_to_elastic_security
- audit_logs_to_qradar
- audit_logs_to_sentinel
- audit_logs_to_splunk
- audit_logs_to_sumo_logic
- dataframe_to_security_lake
- transforms
- alter_row
- audit_columns
- detect_changes
- hash
- map_values
- ocsf_normalizer
- pivot
- scd_type_1
- scd_type_2
- siem_event_normalizer
- surrogate_key
- unpivot
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
71 | | - | |
| 72 | + | |
| 73 | + | |
72 | 74 | | |
73 | 75 | | |
74 | 76 | | |
| |||
250 | 252 | | |
251 | 253 | | |
252 | 254 | | |
253 | | - | |
| 255 | + | |
| 256 | + | |
254 | 257 | | |
255 | 258 | | |
256 | 259 | | |
| |||
263 | 266 | | |
264 | 267 | | |
265 | 268 | | |
266 | | - | |
| 269 | + | |
| 270 | + | |
267 | 271 | | |
268 | 272 | | |
269 | 273 | | |
| |||
376 | 380 | | |
377 | 381 | | |
378 | 382 | | |
379 | | - | |
| 383 | + | |
| 384 | + | |
380 | 385 | | |
381 | 386 | | |
382 | 387 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
24 | 105 | | |
25 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
26 | 112 | | |
27 | 113 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
65 | | - | |
| 66 | + | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| |||
209 | 211 | | |
210 | 212 | | |
211 | 213 | | |
212 | | - | |
| 214 | + | |
| 215 | + | |
213 | 216 | | |
214 | 217 | | |
215 | 218 | | |
| |||
223 | 226 | | |
224 | 227 | | |
225 | 228 | | |
226 | | - | |
| 229 | + | |
| 230 | + | |
227 | 231 | | |
228 | 232 | | |
229 | 233 | | |
230 | 234 | | |
231 | 235 | | |
232 | 236 | | |
233 | | - | |
| 237 | + | |
| 238 | + | |
234 | 239 | | |
235 | 240 | | |
236 | 241 | | |
| |||
271 | 276 | | |
272 | 277 | | |
273 | 278 | | |
274 | | - | |
| 279 | + | |
| 280 | + | |
275 | 281 | | |
276 | 282 | | |
277 | 283 | | |
| |||
291 | 297 | | |
292 | 298 | | |
293 | 299 | | |
294 | | - | |
| 300 | + | |
295 | 301 | | |
296 | 302 | | |
297 | 303 | | |
| |||
315 | 321 | | |
316 | 322 | | |
317 | 323 | | |
318 | | - | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
319 | 331 | | |
320 | 332 | | |
321 | 333 | | |
| |||
349 | 361 | | |
350 | 362 | | |
351 | 363 | | |
352 | | - | |
| 364 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
79 | | - | |
| 80 | + | |
| 81 | + | |
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
86 | | - | |
| 88 | + | |
| 89 | + | |
87 | 90 | | |
88 | 91 | | |
89 | 92 | | |
| |||
124 | 127 | | |
125 | 128 | | |
126 | 129 | | |
127 | | - | |
| 130 | + | |
| 131 | + | |
128 | 132 | | |
129 | 133 | | |
130 | 134 | | |
| |||
137 | 141 | | |
138 | 142 | | |
139 | 143 | | |
140 | | - | |
| 144 | + | |
| 145 | + | |
141 | 146 | | |
142 | 147 | | |
143 | 148 | | |
144 | 149 | | |
145 | 150 | | |
146 | 151 | | |
147 | | - | |
| 152 | + | |
| 153 | + | |
148 | 154 | | |
149 | 155 | | |
150 | 156 | | |
151 | 157 | | |
152 | 158 | | |
153 | 159 | | |
154 | | - | |
| 160 | + | |
| 161 | + | |
155 | 162 | | |
156 | 163 | | |
157 | 164 | | |
| |||
201 | 208 | | |
202 | 209 | | |
203 | 210 | | |
204 | | - | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
205 | 218 | | |
206 | 219 | | |
207 | 220 | | |
| |||
242 | 255 | | |
243 | 256 | | |
244 | 257 | | |
245 | | - | |
| 258 | + | |
0 commit comments