We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dbe49e commit 795d76cCopy full SHA for 795d76c
lib/superset/dashboard/embedded/get.rb
@@ -15,7 +15,7 @@ def initialize(id)
15
def response
16
@response ||= client.get(route)
17
rescue Happi::Error::NotFound => e
18
- puts "Dashboard #{id} has no Embedded settings. (skipping)" # some dashboards don't have embedded settings, fine to ignore.
+ logger.info("Dashboard #{id} has no Embedded settings. (skipping)") # some dashboards don't have embedded settings, fine to ignore.
19
@response = { result: [] }.with_indifferent_access
20
@response
21
end
0 commit comments