<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: FutureWarning: ``databricks.feature_store.entities.feature_table.FeatureTable.keys`` is deprecated since v0.3.6 in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/futurewarning-databricks-feature-store-entities-feature-table/m-p/20399#M13754</link>
    <description>&lt;P&gt;Should we (customers) report or log this bug somewhere official? &lt;/P&gt;</description>
    <pubDate>Mon, 28 Nov 2022 22:18:36 GMT</pubDate>
    <dc:creator>lawrence009</dc:creator>
    <dc:date>2022-11-28T22:18:36Z</dc:date>
    <item>
      <title>FutureWarning: ``databricks.feature_store.entities.feature_table.FeatureTable.keys`` is deprecated since v0.3.6</title>
      <link>https://community.databricks.com/t5/data-engineering/futurewarning-databricks-feature-store-entities-feature-table/m-p/20397#M13752</link>
      <description>&lt;P&gt;I'm getting this message with the following code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;from databricks import feature_store
&amp;nbsp;
fs = feature_store.FeatureStoreClient()
&amp;nbsp;
fs.create_table(
    name='feature_store.user_login',
    primary_keys=['user_id'],
    df=df_x,
    description='user login features'
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;and I couldn't figure out why from the warning message below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;INFO databricks.feature_store._compute_client._compute_client: Created feature table 'hive_metastore.feature_store.user_login'.
&amp;nbsp;
/databricks/.python_edge_libs/databricks/feature_store/entities/_feature_store_object.py:8: FutureWarning: ``databricks.feature_store.entities.feature_table.FeatureTable.keys`` is deprecated since v0.3.6. This method will be removed in a future release. Use ``FeatureTable.primary_keys`` instead.
&amp;nbsp;
  yield prop, self.__getattribute__(prop)
&amp;nbsp;
Out[3]: &amp;lt;FeatureTable: keys=['user_id'], tags={}&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;My runtime is 11.3 LTS ML (includes Apache Spark 3.3.0, Scala 2.12)&lt;/P&gt;</description>
      <pubDate>Sun, 27 Nov 2022 10:08:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/futurewarning-databricks-feature-store-entities-feature-table/m-p/20397#M13752</guid>
      <dc:creator>lawrence009</dc:creator>
      <dc:date>2022-11-27T10:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: FutureWarning: ``databricks.feature_store.entities.feature_table.FeatureTable.keys`` is deprecated since v0.3.6</title>
      <link>https://community.databricks.com/t5/data-engineering/futurewarning-databricks-feature-store-entities-feature-table/m-p/20398#M13753</link>
      <description>&lt;P&gt;Hi @Lawrence Chen​,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like a Databricks bug. As you can see the warning comes from a statement in the private `_feature_store_object.py` file. I don't think there is much you can do about it if not ignoring it and wait the fix. It seems like if they are still searching also for the old attribute.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 13:56:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/futurewarning-databricks-feature-store-entities-feature-table/m-p/20398#M13753</guid>
      <dc:creator>DavideAnghileri</dc:creator>
      <dc:date>2022-11-28T13:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: FutureWarning: ``databricks.feature_store.entities.feature_table.FeatureTable.keys`` is deprecated since v0.3.6</title>
      <link>https://community.databricks.com/t5/data-engineering/futurewarning-databricks-feature-store-entities-feature-table/m-p/20399#M13754</link>
      <description>&lt;P&gt;Should we (customers) report or log this bug somewhere official? &lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 22:18:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/futurewarning-databricks-feature-store-entities-feature-table/m-p/20399#M13754</guid>
      <dc:creator>lawrence009</dc:creator>
      <dc:date>2022-11-28T22:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: FutureWarning: ``databricks.feature_store.entities.feature_table.FeatureTable.keys`` is deprecated since v0.3.6</title>
      <link>https://community.databricks.com/t5/data-engineering/futurewarning-databricks-feature-store-entities-feature-table/m-p/20400#M13755</link>
      <description>&lt;P&gt;Yes, it's a nice thing to do. You can report it here: &lt;A href="https://community.databricks.com/s/topic/0TO3f000000CnKrGAK/bug-report" target="test_blank"&gt;https://community.databricks.com/s/topic/0TO3f000000CnKrGAK/bug-report&lt;/A&gt; and if it's more urgent or blocking for you, you can also open a ticket to the help center: &lt;A href="https://docs.databricks.com/resources/support.html?_ga=2.197483180.2058443561.1669642481-1501519142.1666096999" target="test_blank"&gt;https://docs.databricks.com/resources/support.html?_ga=2.197483180.2058443561.1669642481-1501519142.1666096999&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 08:45:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/futurewarning-databricks-feature-store-entities-feature-table/m-p/20400#M13755</guid>
      <dc:creator>DavideAnghileri</dc:creator>
      <dc:date>2022-11-29T08:45:34Z</dc:date>
    </item>
  </channel>
</rss>

