Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2025 12:41 AM
Ah I've found the issue. There is one more diff:
This is the new key-value for target schema:
"schema": "dev",
This is the old key-value for target schema:
"target": "prod"
After changing the key from "target" to "schema", the warning has gone. Thanks anyway.