lib/gooddata/models/metadata/dataset.rb in gooddata-0.6.19 vs lib/gooddata/models/metadata/dataset.rb in gooddata-0.6.20
- old
+ new
@@ -11,10 +11,10 @@
#
# @param options [Hash] the options hash
# @option options [Boolean] :full if passed true the subclass can decide to pull in full objects. This is desirable from the usability POV but unfortunately has negative impact on performance so it is not the default
# @return [Array<GoodData::MdObject> | Array<Hash>] Return the appropriate metadata objects or their representation
def all(options = { :client => GoodData.connection, :project => GoodData.project })
- query('datasets', Dataset, options)
+ query('dataSet', Dataset, options)
end
end
# Gives you list of attributes on a dataset
#